Hello,
On 9/5/06, Andrea Spadaccini <[EMAIL PROTECTED]> wrote:
Hello everyone,
every time I :make and there are errors, vim automatically opens the
file in which the first error is located, regardless of the file I was
editing.
Is there a way to force vim to open this file in another window,
associating the error list to that window (or better, to that TAB)?
You can use the ":lmake" command to use the location list instead
of the quickfix list. The location list is associated with a window.
- Yegappan