[Vim-latex-devel] quickfix window behaves differently
Brought to you by:
srinathava,
tmaas
From: ahmet n. <ahm...@ya...> - 2006-07-30 06:35:47
|
Hi, I am writing my thesis and have splitted it to multiple files. The directory structure is like as the following: ------------------->------------------------ thesis/ thesis.tex thesis.tex.latex abstract.tex intro/ intro.tex figures/ fig1.eps fig2.eps chapter1/ chap1.tex figures/ fig1.eps conclusion/ conclusion.tex figures/ ---------------->------------------ And thesis.tex looks like this: ------------------------>------------ \documentclass{report} \begin{document} \include{abstract.tex} \include{intro/intro.tex} \include{chapter1/chap1.tex} \include{conclusion/conclusion.tex} \end{document} --------------------<-------------------- For example, I opened the file "/intro/intro.tex" , I latexed it. If there is a mistake in that file, the quickfix window opens itself and shows the mistake. When you press <enter> on any line in quickfix window, ,as you normally expect, the cursor jump to the location of the error. But it doesn't behave like this. The cursor stays in the quickfix window. You need to go the line of the error manually. I wonder what causes this problem. I am using Vim7.0. Regards, Ahmet __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |