[Vim-latex-cvs] vimfiles/ftplugin/latex-suite compiler.vim,1.73,1.74
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2005-09-25 18:23:04
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14019 Modified Files: compiler.vim Log Message: minor syntax fix Index: compiler.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/compiler.vim,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** compiler.vim 19 Jun 2004 20:15:42 -0000 1.73 --- compiler.vim 25 Sep 2005 18:22:55 -0000 1.74 *************** *** 103,107 **** if exists('b:fragmentFile') let mainfname = expand('%:p:t') ! call Tex_CD(expand('%:p:h') else let mainfname = Tex_GetMainFileName(':p:t') --- 103,107 ---- if exists('b:fragmentFile') let mainfname = expand('%:p:t') ! call Tex_CD(expand('%:p:h')) else let mainfname = Tex_GetMainFileName(':p:t') |