> 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 <te...@te...>
|