Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv26956
Modified Files:
texrc
Log Message:
new setting g:Tex_UseMenuWizard
Index: texrc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** texrc 17 Nov 2002 01:01:46 -0000 1.11
--- texrc 20 Nov 2002 10:04:13 -0000 1.12
***************
*** 4,8 ****
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
! " Last Change: Sat Nov 16 05:00 PM 2002 PST
"
" Description: This file contains resource configuration information for the
--- 4,8 ----
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
! " Last Change: pon lis 18 11:00 2002 C
"
" Description: This file contains resource configuration information for the
***************
*** 249,252 ****
--- 249,256 ----
TexLet g:Tex_EnvironmentMaps = 1
TexLet g:Tex_EnvironmentMenus = 1
+
+ " Use wizards for environments during choosing from menu or templates as from
+ " shortcuts.
+ TexLet g:Tex_UseMenuWizard = 0
" }}}
|