Re: [Vim-latex-devel] quickfix does not jump to the error
Brought to you by:
srinathava,
tmaas
From: Dan M. O. H. <dm...@st...> - 2010-06-04 15:43:11
|
Den 4. juni 2010 kl. 17.21 skrev Sébastien Barthélemy: > Hello again, > > now that the compilation occurs, I get a problem with the QuickList. > When I press enter in the QuickList, the preview window hides itself, > but the cursor does not jump to the document window (it stays in the > QuickFix window). This question has been asked several times, and I guess it should also be incorporated into the FAQ? See http://phaseportrait.blogspot.com/2008/03/fixing-vim-latex-compiler-error.html for more details. In short, you have to run a post-process script that sanitizes the error messages into a format that Vim likes, but the solution is not fool-proof. You should read the comments section as well. For example it is mentioned there that the solution will not work if the output contains for example overfull hbox warnings. In this case you can use the -file-line-error switch, but this only works for errors, not warnings. There is no one single perfect solution I think. Dan Michael |