Re: [Vim-latex-devel] bug in \cite-completion of 1.5
Brought to you by:
srinathava,
tmaas
From: Lasse K. <las...@gm...> - 2003-12-17 01:51:38
|
* Srinath Avadhanula writes: > > On Wed, 17 Dec 2003, Lasse Kliemann wrote: > > > > I could reproduce the problem too. I made a different patch to > > > solve this problem. Its now in CVS. I made a release with this > > > patch. Please try out the latest developement version. (Don't > > > worry, its as stable as 1.5). > > > > The first problem is corrected by your changes, but the insertion of > > the completed word still did not work for me. I could fix it by a > > similar measure as before, patch is attached. It must be something > > with that regexp, and since I am no expert on these, I can only > > offer a likely temporary fix. > > Could you please describe your problem a bit more? For example, what > was expected to happen and what really happened. It will help if you > tell us the line containing the \ref command and also the line > containing the \bibitem command so I can reproduce it here... I type: \cite{k<F9> and then chose by pressing ENTER the entry from the list in the [Error List] window corresponding to the following entry in the .bib file: @article{kch-ace-02 , author = KorenY #and# CarmelL #and# HarelD , title = "ACE: A Multiscale Eigenvector Computation for Drawing Huge Graphs" , year = 2002 } It leaves me with the line: \cite{k} instead of \cite{kch-ace-02} > According to me, the following patch is somewhat more safe. Could you > try it out and let me know. Yes, it works for me. Thanks! -- Lasse Kliemann <http://plastictree.net> |