[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texrc,1.38,1.39
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-10-03 07:43:29
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv9857 Modified Files: texrc Log Message: Fix bug with TexLet g:Tex_GotoError == Index: texrc =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** texrc 28 Sep 2003 22:54:04 -0000 1.38 --- texrc 3 Oct 2003 07:43:24 -0000 1.39 *************** *** 191,195 **** " If disabled (set to 0) LaTeX-Suite doesn't go immediately to warnings or " errors after compilation ! TexLet g:Tex_GotoError == 1 " }}} --- 191,195 ---- " If disabled (set to 0) LaTeX-Suite doesn't go immediately to warnings or " errors after compilation ! TexLet g:Tex_GotoError = 1 " }}} |