Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite packages.vim,1.20,1.21
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-14 19:24:58
|
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! 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... HTH Srinath On Tue, 14 Jan 2003, Mikolaj Machowski wrote: > On Tue, Jan 14, 2003 at 09:24:24AM -0500, Benji Fisher wrote: > > >- Updating is based on g:Tex_...Default, whole scanning is done from > > > nil, thus it should work for removing \new..., but it doesn't work :( > > > It looks like SetUp...Prompt uses some cached values. > > I did not follow that. If you need help with this, please state > > the problem more explicitly. > > 1. Open file with some \newcommand or \newenvironment commands. > 2. :echo g:Tex_PromptedCommands > 3. Press <F7>. You will see menu. In this menu you will see also > commands defined with \newcommand (the same commands should be in 2.) > 4. Delete or comment one of \newcommand lines. > 5. Make TeX-Packages->UpdateAll > 6. :echo g:Tex_PromptedCommands > you will see, command defined in deleted line(s) does not appear > there > 7. Press <F7>. You will see the same menu as in 2. > > Mikolaj > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Take your first step towards giving > your online business a competitive advantage. Test-drive a Thawte SSL > certificate - our easy online guide will show you how. Click here to get > started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en > _______________________________________________ > Vim-latex-cvs mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-cvs > > |