Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages german,NONE,1.1
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-14 23:51:36
|
I just realized that the Tex_pack_all is called only when latex-suite first starts up or when Tex_pack_updateall() is called. This will have to change if we need to support the scenario that the user opens 2 buffers one of which uses the german package and the other doesn't... We should maybe also utilize the fact that if the 2 buffers we have opened are in the same directory with the same .latexmain file then we don't need to call Tex_pack_updateall()... Srinath |