Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv13192
Modified Files:
packages.vim
Log Message:
- catch the LatexSuiteFileType event to update the package menu whenever we
switch buffers. This will enable us to reliably use package files which
set buffer variables.
Index: packages.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages.vim,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** packages.vim 17 Jan 2003 06:36:17 -0000 1.26
--- packages.vim 17 Jan 2003 09:24:15 -0000 1.27
***************
*** 506,515 ****
call Tex_pack_supp_menu()
- call Tex_pack_updateall()
-
endif
augroup LatexSuite
! au LatexSuite User LatexSuiteInit call Tex_pack_updateall()
augroup END
--- 506,515 ----
call Tex_pack_supp_menu()
endif
augroup LatexSuite
! au LatexSuite User LatexSuiteFileType
! \ call Tex_Debug('packages.vim: Catching LatexSuiteFileType event') |
! \ call Tex_pack_updateall()
augroup END
|