Re: [Vim-latex-devel] Automatic redirection to errors
Brought to you by:
srinathava,
tmaas
From: Mike R. <ri...@um...> - 2012-09-17 16:00:33
|
Hi Tohiko, The easiest way to deal with these unwanted jumps is simply to press <ctrl-o>. Vim doesn't close the file - it just goes to the background. You shouldn't lose your undo stack unless you re-open it. Best, Mike On Mon, Sep 17, 2012 at 6:07 AM, Alessandro Pezzoni <ale...@la...> wrote: > On Mon, Sep 17, 2012 at 11:42:20AM +0300, Tohiko Looka wrote: >> One of the annoying features of vim-latex is that it automatically >> goes to the first error or warning after a compilation >> This is annoying because I lose my undo stack and I have to open the >> file again. It also sometimes goes to unrelated files like aux files >> for example. >> >> How can I disable this behavior? > >> I forgot to mention that I do have >> Tex_GoToError=0 >> But the quickfix window still pops up and the file with the error is >> automatically opened > > Greetings to you. > If my memory doesn't fail me, this is issue is actually due to vim's > error parser and not (directly) to vim-latex. Basically, to properly fix > this you can sanitize LaTeX's error messages before passing them to vim. > Here [1] you can find some ideas on that line (the "rubber" link is > dead, you can find it here [2]). > Please note that I didn't have a chance to try out this setup, yet. > > I hope this helps, > Alessandro > > [1] http://phaseportrait.blogspot.it/2008/03/fixing-vim-latex-compiler-error.html > [2] https://launchpad.net/rubber > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel |