[Vim-latex-cvs] vimfiles/ftplugin/latex-suite envmacros.vim,1.30,1.31
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-06-06 22:53:56
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv25907 Modified Files: envmacros.vim Log Message: omitted g: before one test for g:Tex_UseMenuWizard in inserting of environments Index: envmacros.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/envmacros.vim,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** envmacros.vim 28 May 2003 09:15:48 -0000 1.30 --- envmacros.vim 6 Jun 2003 22:53:52 -0000 1.31 *************** *** 394,398 **** " Tex_tabular: {{{ function! Tex_tabular(env) ! if Tex_UseMenuWizard == 1 let pos = input('(Optional) Position (t b)? ') let format = input("Format ( l r c p{width} | @{text} )? ") --- 394,398 ---- " Tex_tabular: {{{ function! Tex_tabular(env) ! if g:Tex_UseMenuWizard == 1 let pos = input('(Optional) Position (t b)? ') let format = input("Format ( l r c p{width} | @{text} )? ") |