Vim has a hard time parsing TeX output of the form...

(file
(file
(file
)))

(i.e., nested output where all of the closing parentheses come on one 
line). So, Vim-LaTeX tends to open the wrong file on compiler errors.

I've put together a simple-to-use script to try to fix this. See:

http://phaseportrait.blogspot.com/2008/03/fixing-vim-latex-compiler-error.html

and, for the script:

http://links.tedpavlic.com/shell_scripts/vimlatex

Then add "vimlatex" to the front of any compiler command you use. For 
example, if you've been executing:

latex blah blah blah

then execute:

vimlatex latex blah blah blah

instead.

        This isn't a new idea. However, it's an idea that's hard to find on the 
web.

-- 
Ted Pavlic <[EMAIL PROTECTED]>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to