[Vim-latex-cvs] vimfiles/ftplugin/latex-suite main.vim,1.5,1.6
Brought to you by:
srinathava,
tmaas
From: <ma...@us...> - 2002-11-08 18:02:19
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory usw-pr-cvs1:/tmp/cvs-serv8660 Modified Files: main.vim Log Message: I uncommented the line "runtime compiler/tex.vim" in SetTexOptions(), reversing the change I made a few days ago. Index: main.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/main.vim,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** main.vim 8 Nov 2002 03:02:13 -0000 1.5 --- main.vim 8 Nov 2002 18:02:11 -0000 1.6 *************** *** 466,474 **** " compiler. if the user has put another compiler before ours, then we dont " get into our compiler/tex.vim. ! " BNF 11/4/2002: I commented out the next line, since it seems to ! " override the effects of ftplugin/latex-suite/compiler.vim . ! " This is a short-term solution. Eventually, the work done in ! " ftplugin/latex-suite/compiler.vim should be done in compiler/tex.vim . ! " runtime compiler/tex.vim endfunction --- 466,470 ---- " compiler. if the user has put another compiler before ours, then we dont " get into our compiler/tex.vim. ! runtime compiler/tex.vim endfunction |