> When an error is selected in the quickfix-window, pressing <Enter>  
> takes you to the error in the latex-document. But when the given line  
> is inside a fold, nothing happens. Is it possible to get Vim-Latex to  
> autoexpand the fold and take you to the error?

IIRC, pressing a key that will open a fold (like pressing the right 
cursor) will bring you to the correct line. That is, the quickfix window 
will bring you to the right fold, and pressing the right arrow key 
should open the fold to the correct spot.

The problem isn't something specific to Vim-LaTeX. When you press 
"enter" in the quickfix window, Vim runs

:.cc

which brings you to the line corresponding to wherever your cursor is in 
the quickfix window. You would like to do something like

:.cc;foldo!

or something, but that doesn't work (Vim complains about "trailing 
characters").

Because this is a Vim problem and not a Vim-LaTeX problem, I highly 
recommend that you post in the "vim" list. I'm sure others have had this 
problem and have a solution (or at least can give an authoritative "no").

--Ted


-- 
Ted Pavlic <[EMAIL PROTECTED]>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to