On Tue, Nov 10, 2009 at 5:19 PM, peng shao <sha...@gm...> wrote:
> Hi guys. I am using VIM 7.2.264 and vim-latex-1.5-20091002. The
> following are my .vimrc
>
> let g:tex_flavor = "latex"
> let g:Tex_CompileRule_dvi="latex -src-specials -interaction=nonstopmode $*"
> let g:Tex_DefaultTargetFormat='pdf'
> let g:Tex_MultipleCompileFormats='pdf'
> let g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode $*'
> let g:Tex_GotoError = 1
>
>
> But I found when I press \ll to do a compile I could not jump to the
> error location. Instead my cursor is set to the location of error
> list, or in other words I have my vim window like
>
>
> tex file contents
> ~~~~~~~~~~~~~~~~~~
> error list (cursor here)
> ~~~~~~~~~~~~~~~~~~
> Quickfix list( this part is empty unless I press j or k to move my
> cursor in the error list)
>
Sorry I made a little mistake here, the windows are actually like
tex file contents
~~~~~~~~~~~~~
Quickfix(cursor at the first line)
But the issue "fail to jump to error if I press enter" remains. Sorry
for my previous understanding to the windows label.
Peng
|