summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-17 18:09:38 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-17 18:09:38 +0100
commit539aa6b25eaea91dfd1a175cd053c0f259fa2e58 (patch)
treeb99f4cb24f73325ab336faf8beb0faadc6e01592 /runtime
parent7170b295b06e3168424985530d8477ed2e058b67 (diff)
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')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index ba96e8380e..b3d7579924 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)