[Vim-latex-devel] Quickfix and jump-to-error problem
Brought to you by:
srinathava,
tmaas
From: Simon P. <pre...@gm...> - 2007-01-18 10:19:52
|
Apologies if this is a simple question, by I am new to Vim and Latex-suite. I am using Gvim 7.0 on Win XP Pro, with the latest version of Latex-suite, and compiling Latex using Miktex 2.5. My problem is that when I compile, the errors/warnings appear in the quickfix list but the log preview is empty, and pressing enter on an error in the quickfix list does nothing. I think the problem may lie in that Vim is trying to open the log file from my root directory (hence it being blank) rather than from the correct place, i.e. the same directory where the .tex file sits. I tried setting g:Tex_GotoError=0, and then the log file DOES open correctly after compiling, but as soon as I try to select an error on the quickfix list then Vim looks again for the log file in the root directory (consequently the bottom window shows the new blank file) and the jump-to-error doesn't work. Any help on how I could fix this would be much appreciated Thanks, S |