Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv19195
Modified Files:
main.vim
Log Message:
- Added section in SetTeXOptions about TexPromptedCommands
Index: main.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/main.vim,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** main.vim 12 Jan 2003 22:02:39 -0000 1.27
--- main.vim 14 Jan 2003 13:41:26 -0000 1.28
***************
*** 485,488 ****
--- 485,491 ----
call Tex_SetFastEnvironmentMaps()
endif
+ if g:Tex_PromptedCommands != ''
+ call Tex_SetFastCommandMaps()
+ endif
" viewing/searching
|