[Vim-latex-cvs] vimfiles/ftplugin/latex-suite compiler.vim,1.60,1.61
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2004-03-04 06:28:32
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28297 Modified Files: compiler.vim Log Message: Fix: removing outdated comments. Index: compiler.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/compiler.vim,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** compiler.vim 3 Mar 2004 00:32:43 -0000 1.60 --- compiler.vim 4 Mar 2004 06:15:25 -0000 1.61 *************** *** 243,249 **** " Again, if the current file is a \input in a master file, see text above " Tex_RunLaTeX() to see how to set this information. - " If Tex_ViewLaTeX was called with argument "part" show file which name is stored - " in g:tfile variable. If g:tfile doesnt exist, no problem. Function is called - " as silent. function! Tex_ViewLaTeX() if &ft != 'tex' --- 243,246 ---- |