[Vim-latex-cvs] vimfiles/ftplugin/latex-suite envmacros.vim,1.26,1.27
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-01-17 09:49:37
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv15407 Modified Files: envmacros.vim Log Message: Oops! Syntax error. Talking about commiting "tested" code! Index: envmacros.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/envmacros.vim,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** envmacros.vim 17 Jan 2003 09:18:15 -0000 1.26 --- envmacros.vim 17 Jan 2003 09:49:34 -0000 1.27 *************** *** 1029,1033 **** call Tex_SetFastCommandMaps() endif - endif endfunction " }}} " Catch the Filetype event so we set maps for each buffer {{{ --- 1029,1032 ---- |