[Vim-latex-devel] [PATCH] \cite completion does not work for bibitems with labels
Brought to you by:
srinathava,
tmaas
From: Thomas I. <tho...@gm...> - 2009-04-26 00:55:35
|
Hi, Here's another patch to texviewer.vim against the current SVN version. This now matches bibitems with labels i.e. \bibitem[foo]{bar} when using a \thebibliography environment. I also noticed that \cite completion did not work for a file with a \thebibliography environment unless I put the following line in my .vimrc: let g:Tex_UseCiteCompletionVer2 = 0 Is this just unfinished? I have had a look, and haven't thought of an easy way to fix this, but I'm happy to come up with something if this isn't already being currently worked on. Thanks, Tom |