[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texrc,1.35,1.36
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-09-07 17:23:36
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv13083 Modified Files: texrc Log Message: Comment on Tex_UseMakefile usage (Alan Schmitt) Index: texrc =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** texrc 3 Sep 2003 05:56:22 -0000 1.35 --- texrc 7 Sep 2003 17:23:33 -0000 1.36 *************** *** 116,119 **** --- 116,121 ---- TexLet g:Tex_CompileRule_bib = 'bibtex $*' + " Set Tex_UseMakefile to 0 if you want to ignore the presence of a Makefile + " when deciding how to compile TexLet g:Tex_UseMakefile = 1 |