diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-17 18:09:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-17 18:09:38 +0100 |
commit | 539aa6b25eaea91dfd1a175cd053c0f259fa2e58 (patch) | |
tree | b99f4cb24f73325ab336faf8beb0faadc6e01592 /runtime/doc/options.txt | |
parent | 7170b295b06e3168424985530d8477ed2e058b67 (diff) | |
download | vim-git-539aa6b25eaea91dfd1a175cd053c0f259fa2e58.tar.gz |
patch 8.1.2315: not always using the right window when jumping to an errorv8.1.2315
Problem: Not always using the right window when jumping to an error.
Solution: Add the "uselast" flag in 'switchbuf'. (closes #1652)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index ba96e8380..b3d757992 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7417,6 +7417,8 @@ A jump table for the options with a short description can be found at |Q_op|. vsplit Just like "split" but split vertically. newtab Like "split", but open a new tab page. Overrules "split" when both are present. + uselast If included, jump to the previously used window when + jumping to errors with |quickfix| commands. *'synmaxcol'* *'smc'* 'synmaxcol' 'smc' number (default 3000) |