Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite packages.vim,1.20,1.21
Brought to you by:
srinathava,
tmaas
|
From: Mikolaj M. <mi...@wp...> - 2003-01-14 23:56:45
|
On Tue, Jan 14, 2003 at 11:24:55AM -0800, Srinath Avadhanula wrote:
> Well, a quick overview of your changes to envmacros.vim reveals the
> following code:
> if !exists('s:common_com_prompt')
> call SetUpCommandPrompt()
> endif
> in PromptForCommand()...
> Which ofcourse means that s:common_com_prompt is initialized only once!
But even commenting if construction behaviour is still the same...
> Also, could you please verify that you have tested the new functionality
> you have added? I am going to be fixing the "`g problem which was
> recently reported and will make a release, but don't want to do it if
> there are still bugs you know about...
I tested it and don't know about more bugs. For sure I'll delete some
"loose ends" for math commands.
m.
|