On Tue, Nov 10, 2009 at 5:19 PM, peng shao <shallp...@gmail.com> 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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to