Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite envmacros.vim,1.22,1.23
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-01-14 23:56:44
|
On Tue, Jan 14, 2003 at 10:42:08AM -0800, Srinath Avadhanula wrote: > > ! if inp =~ '^[0-9][0-9]$' > > let env = Tex_Strntok(g:Tex_PromptedEnvironments, ',', inp) > > else > Does this mean that if the user has to enter '09' or something similar to > say '9'. Dont have time to test but I am reasonably sure this creates a > bug. Shouldn't this be: > > ! if inp =~ '^[0-9]\+$' > ? Grrr. You're right... *sigh* Mikolaj |