Hi,
On 10/19/06, Marius Roets <[EMAIL PROTECTED]> wrote:
On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > 1) I would like to open a new window/tab, rather than use the one
> > above the quickfix window.
>
> :h 'switchbuf' -> split
>
> > 2) If the buffer is already open in another tab page, I'd like to jump
> > there, instead of opening it in this tab again.
>
> :h 'switchbuf' -> useopen, usetab
>
Thanks, it works great with one exception. When the quickfix is the
only window in the tab (i.e. :tab copen), then it does not respect
usetab (it opens a new split). If I do a :new to have a empty open
window above the quickfix window, and then jump to an error, it works
perfectly. Strange.
The behavior you are seeing is a bug in Vim.
- Yegappan