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)

I read from the documentation that I should press 'enter' at any line
to jump to the corresponding error, but I tried and I failed. No
matter where I press the enter I could not jump out of the error list
to text file contents. :( Anyone could help me on this issue? Thank
you :)


Peng Shao

------------------------------------------------------------------------------
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