Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory usw-pr-cvs1:/tmp/cvs-serv13554
Modified Files:
texrc
Log Message:
. incorporating a patch submitted by Peter Wilson, with the small change
that g:Tex_MainMenuPrefix is not used. Instead use only g:Tex_MenuPrefix.
Index: texrc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** texrc 8 Nov 2002 17:37:26 -0000 1.9
--- texrc 11 Nov 2002 08:54:17 -0000 1.10
***************
*** 4,8 ****
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
! " Last Change: Sun Oct 27 10: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: Mon Nov 11 12:00 AM 2002 PST
"
" Description: This file contains resource configuration information for the
***************
*** 303,306 ****
--- 303,307 ----
" Setting this variable to zero will immediately disable _all_ menus.
" for finer control set this to 1 and then play with the other options.
+ " Default: 1
TexLet g:Tex_Menus = 1
***************
*** 310,314 ****
TexLet g:Tex_MathMenus = 1
! " The following 2 options control the "compactness" of the menus.
"
" Setting this option to 1 makes the Font, Counter and Dimensioning menus to
--- 311,315 ----
TexLet g:Tex_MathMenus = 1
! " The following options control the "compactness" of the menus.
"
" Setting this option to 1 makes the Font, Counter and Dimensioning menus to
***************
*** 321,330 ****
--- 322,339 ----
" Setting the following variable to 0 will stop autoloading the packages menu.
" You can still goto TeX-Suite.Configure Menu and load this after startup.
+ " Default: 1
TexLet g:Tex_PackagesMenu = 1
" The following option will create the packages option within the TeX-Suite
" menu.
+ " Default: 1
TexLet g:Tex_NestPackagesMenu = 0
+ " This is the prefix added to the menu names created by latex suite. Add a
+ " dot to the following option to nest the menus under the menu name before the
+ " dot.
+ " NOTE: With a '.' as the last character of the following setting, every
+ " single menu created by latex suite will be nested under the same menu.
TexLet g:Tex_MenuPrefix = 'TeX-'
+
" }}}
|