Re: [Vim-latex-devel] Auto completion of references
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2012-06-19 06:40:48
|
Hi, try (maybe with some quotes) iskeyword+=-_ By the way, pressing <F9> after "\ref{eq:" should also work!? Regards Gerd On 06/18/2012 11:27 PM, Tohiko Looka wrote: > Greetings, > > I included the following line in my tex.vim file > set iskeyword+=: > And now I can type "\ref{eqn:" and then press <C-n> and a list of > labels will show up > However, I noticed that if I have an symbol in my label (like - or _ ) > then only the label up > to that symbol shows up in the list. > > Any ideas on how to fix this? > Thanks |