[Vim-latex-devel] Bad behaviours in \cite{} completion and error navigation
Brought to you by:
srinathava,
tmaas
From: Daniele A. <d.a...@gm...> - 2009-07-17 07:38:12
|
Hi all, I am using MacVim and LaTeX suite. I noticed the following bad behaviours: 1) When using F9 to complete \cite{} commands, the completion goes fine, but when using F9 on \eqref or \ref commands, the completion doesn't quite work: I can see the usual _OUTLINE_ window, displaying approriate choices for the reference labels, but when I press Enter I am prompted back to the document, and the command is not completed. It actually gets a closing bracket say \eqref{} but it doesn't seem to have selected my choice. 2) When the latex compiler gives an error, a proper Quickfix list appears, showing the right error. When I press Enter, the correct behaviour should be to bring me back to the document, with the cursor next to my error. In my case, I am stuck to the Quickfix window, and I am unable to go back to the document, unless I type :q. This closes the Quickfix window, but doesn't bring my cursor on the error. Have you noticed similar behaviour? Best. Daniele |