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} )? ")
|