[Vim-latex-cvs] vimfiles/ftplugin/latex-suite mathmacros.vim,1.8,1.9
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-07-19 07:13:02
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv6673 Modified Files: mathmacros.vim Log Message: - utilize the g:Tex_MainMenuLocation in mathmacros.vim Index: mathmacros.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/mathmacros.vim,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mathmacros.vim 19 May 2003 14:51:19 -0000 1.8 --- mathmacros.vim 19 Jul 2003 07:12:59 -0000 1.9 *************** *** 17,21 **** endfunction ! let s:pA = 'amenu <silent> 85 '.s:MathMenuName " brackets and dollars {{{ --- 17,22 ---- endfunction ! let s:pA = 'amenu <silent> '.g:Tex_NextMenuLocation.' '.s:MathMenuName ! let g:Tex_NextMenuLocation = g:Tex_NextMenuLocation + 1 " brackets and dollars {{{ |