[Vim-latex-devel] Re: Vim-Latex Quickfix window in Windows
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-06-30 22:13:15
|
On Mon, 30 Jun 2003, Jeff Wojtkiewicz wrote: > I've been using latex-suite for a couple of days now and it works really > well except for one problem I'm having. When I compile it calls the > compiler fine but it doesn't display errors in a quickfix window. But \ll > and \lv work fine, the file compiles and all just fine. If there are errors > then nothing happens there is no error notification and no quickfix window > comes up in vim. Like I said If there are no errors in the tex file then it > compiles fine from vim. I am afraid this is a bit unclear... What happens when you open a .tex file and type :call RunLaTeX() from the command prompt? Does gvim hang? Or do the errors not show up? Do you see any error messages? Try setting :TCLevel 0 from the command prompt and see if brings up the errors you want to see. Srinath |