[Vim-latex-cvs] vimfiles/ftplugin/latex-suite multicompile.vim,1.10,1.11
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2004-05-16 17:43:20
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16495 Modified Files: multicompile.vim Log Message: Index: multicompile.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/multicompile.vim,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** multicompile.vim 7 Nov 2003 02:11:50 -0000 1.10 --- multicompile.vim 16 May 2004 17:43:11 -0000 1.11 *************** *** 12,17 **** " The contents of this file have been moved to compiler.vim, the file which " contains all functions relevant to compiling and viewing. ! finish ! " vim:fdm=marker:nowrap:noet:ff=unix:ts=4:sw=4 --- 12,17 ---- " The contents of this file have been moved to compiler.vim, the file which " contains all functions relevant to compiling and viewing. ! " This file is kept empty on purpose so that it will over-write previous ! " versions of multicompile.vim, therby preventing conflicts. " vim:fdm=marker:nowrap:noet:ff=unix:ts=4:sw=4 |