]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2315: not always using the right window when jumping to an error v8.1.2315
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Nov 2019 17:09:38 +0000 (18:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Nov 2019 17:09:38 +0000 (18:09 +0100)
commit539aa6b25eaea91dfd1a175cd053c0f259fa2e58
treeb99f4cb24f73325ab336faf8beb0faadc6e01592
parent7170b295b06e3168424985530d8477ed2e058b67
patch 8.1.2315: not always using the right window when jumping to an error

Problem:    Not always using the right window when jumping to an error.
Solution:   Add the "uselast" flag in 'switchbuf'. (closes #1652)
runtime/doc/options.txt
src/option.h
src/optionstr.c
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c