[Vim-latex-cvs] vimfiles/ftplugin/latex-suite envmacros.vim,1.31,1.32
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-06-08 20:25:54
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv16868 Modified Files: envmacros.vim Log Message: Bug: syntax error made the maps in envmacros.vim get triggered only for the first buffer which latex-suite triggered on. Index: envmacros.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/envmacros.vim,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** envmacros.vim 6 Jun 2003 22:53:52 -0000 1.31 --- envmacros.vim 8 Jun 2003 20:25:50 -0000 1.32 *************** *** 1058,1064 **** " Catch the Filetype event so we set maps for each buffer {{{ augroup LatexSuite ! augroup LatexSuite User LatexSuiteFileType ! \ | call Tex_Debug('envmacros.vim: catching LatexSuiteFileType') ! \ | call s:SetEnvMacrosOptions() augroup END " }}} --- 1058,1064 ---- " Catch the Filetype event so we set maps for each buffer {{{ augroup LatexSuite ! au LatexSuite User LatexSuiteFileType ! \ call Tex_Debug('envmacros.vim: Catching LatexSuiteFileType event') | ! \ call s:SetEnvMacrosOptions() augroup END " }}} |