Re: [Vim-latex-devel] environments
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-04-08 10:57:28
|
On Mon, Apr 07, 2003 at 05:52:42PM +0100, Alessandro Platania wrote: > Hi, > I'm using vim latex with vim version 6.1.165, in Linux Redhat 8.0. > If I press <F5> in the insert mode while on an empty line, I get > the following error messages: > Error detected while processing function > Tex_FastEnvironmentInsert..Tex_package_from_line..Tex_pack_one.. > Tex_CreatePrompt: > Line 3: > E117: Unknown function: GetLisCount > E15: Invalid expression: GetListCount(a:promptList) > E121: Undefined variable: num_common > E15: Invalid expression: i <= num_common > ...and no list is displayed > What's going on? (I'm a beginner... no doubt I did some mistakes... > the vimlatex help seems to work, and many other features are OK...) Hmm. I cannot confirm this behaviour - everything works for me, but: If you exactly copy&paste messages it looks like there is a mispell: > E117: Unknown function: GetLisCount Try to find it and s/GetLisCount/GetListCount/ (List) You can try to obtain version from CVS. Some nice addtitions in last week :) (but beware cvs tarball - i have commit stupid mistake and better wait till tomorrow) m. |