Re: [Vim-latex-devel] Turn off goto error?
Brought to you by:
srinathava,
tmaas
From: Preben R. <ran...@pv...> - 2003-09-25 08:57:33
|
mi...@wp... wrote on 25/09/2003 (10:08) : > Simple and brute solution: > > Go to ftplugin/latex-suite/compiler.vim and comment line 586 (call GotoErrorLocation(mfnlog)). > > More advanced solution is to create in texrc new variable: > > " This forces LaTeX-Suite to go to each error/warning generated by LaTeX. > let Tex_GotoError = 1 > > Make it enable by default. And in compiler.vim: > if exists("Tex_GotoError) && Tex_GotoError == 1 > call GotoErrorLocation(mfnlog) > " because cursor stays in error list window > wincmd k > endif > > But there is one question. In linux terminal it can behave strange (vim 6.2.96, lS-1.5-rc1, multi-gnome-terminal): > > Comment line 586. Run \ll in file with fault. Everything is OK. Return to main window, :only, run \ll once more. Cursor vanishes. You > have to press <Cr>. Currently this is not problem because <cr> is the first command in GotoErrorLocation(). > > Can anybody confirm this? > > m. I use latexSuite-1.5-rc1 and this method doesn't work. -- Preben Randhol ------------- http://www.pvv.org/~randhol/vim -- "Vim : simply the best text editor out there." |