[Vim-latex-cvs] vimfiles/ftplugin/latex-suite packages.vim,1.22,1.23
Brought to you by:
srinathava,
tmaas
|
From: <sri...@us...> - 2003-01-15 02:53:37
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv24020
Modified Files:
packages.vim
Log Message:
- moved g:Tex_PromptedEnvironmentsDefault and g:Tex_PromptedCommandsDefault
from envmacros.vim to here.
Index: packages.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages.vim,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** packages.vim 14 Jan 2003 22:02:42 -0000 1.22
--- packages.vim 15 Jan 2003 02:53:34 -0000 1.23
***************
*** 26,29 ****
--- 26,35 ----
let g:Tex_package_supported = ''
let g:Tex_package_detected = ''
+ " Remember the defaults because we want g:Tex_PromptedEnvironments to contain
+ " in addition to the default, \newenvironments, and the \newenvironments might
+ " change...
+ let g:Tex_PromptedEnvironmentsDefault = g:Tex_PromptedEnvironments
+ let g:Tex_PromptedCommandsDefault = g:Tex_PromptedCommands
+
" Tex_pack_check: creates the package menu and adds to 'dict' setting. {{{
|