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 18:35:15
|
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 |