Re: [Vim-latex-devel] Re: improved texviewer.vim
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-04-11 16:39:15
|
On Fri, Apr 11, 2003 at 06:24:03AM -0400, Alan Schmitt wrote: > Several things bother me: > - if there is a Makefile, the presence of .latexmain does not change > anything > - if there is a Makefile, partial compilation cannot be used > I'd rather have something like: > if g:partcomp is set > do partial compilation > else if there is a makefile and no .latexmain > do make > else > call the latex compiler on > the current file if there is not .latexmain > .latexmain if there is one > > I'm ready to send a patch that does this, but I want to make sure it'd > be considered for inclusion (I've already sent to patches addressing > this before g:partcomp got in, and both silently disappeared). I will be considered now :) m. |