[Vim-latex-devel] Cite completion issues
Brought to you by:
srinathava,
tmaas
From: Andrés Monroy-H. <and...@an...> - 2011-08-23 04:16:39
|
Forgive me if this mailing list is not the place for users to ask questions about vim-latex. I am just not able to use \cite completion as expected and I hope you can help. This is what I get when I do \cite{<F9> : http://i.imgur.com/U0z5Y.png I was expecting to see what the documentation says<http://vim-latex.sourceforge.net/documentation/latex-suite/latex-completion-cite.html#cite-search-caching>, a list that I can explore using n and p and the ability to filter. Also, if I remember correctly, it is supposed to search based on the few letters typed, so if I typed \cite{foo and then F9 it would show citations that start with "foo", instead, it always shows the list starting at the same place (which happens to be the top of biblio.bib). I recently set up my vim, so I am probably doing something wrong. Here is my .vimrc <https://github.com/andresmh/vim/blob/master/vimrc> and, not that it matters, here are the tex files<https://github.com/andresmh/dissertation/tree/master/doc>I am editing. You can see I do have a main.tex.latexmain file. I even tried setting biblio.bib's directory path in g:Tex_ProjectSourceFiles<http://vim-latex.sourceforge.net/documentation/latex-suite/customizing-latex-completion.html#Tex_BIBINPUTS>but it didn't solve the issue. I also tried disabling some of my other plugins <https://github.com/andresmh/vim/tree/master/bundle> by moving them to a different directory. Am I missing something obvious? Thanks -- Andrés |