Re: [Vim-latex-devel] Tex_UseMakefile, broken logic
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-09-07 17:25:17
|
On Sun, 7 Sep 2003, Alan Schmitt wrote: > In compiler.vim, the current logic: > > if !g:Tex_UseMakefile || glob('makefile') != '' || glob('Makefile') != '' > > is broken: the code is run as long as there is a Makefile. The correct > code should be: Oops! Sorry for the mistake. Thanks for the patch. The latest CVS has it. I will make a release soon. Srinath |