Patch 7.0.146
commite6f4874f3e2d8877eba5db62abc6486a68d3c1eb
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Sat, 21 Oct 2006 06:45:40 +0000 (21 06:45 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Sat, 21 Oct 2006 06:45:40 +0000 (21 06:45 +0000)
treedaab55655ab4e8d224596ea8d515a1da9a9f3e98
parent1084b8070c617fd7f85f0b7a5926df91420b6a0c
Patch 7.0.146
Problem:    When 'switchbuf' is set to "usetab" and the current tab has only a
           quickfix window, jumping to an error always opens a new window.
           Also, when the buffer is open in another tab page it's not found.
Solution:   Check for the "split" value of 'switchbuf' properly.  Search in
           other tab pages for the desired buffer. (Yegappan Lakshmanan)
Files:      src/buffer.c, src/quickfix.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@162 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/buffer.c
src/quickfix.c
src/version.c