aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-04-26 23:57:37 -0400
committerGitHub <noreply@github.com>2020-04-26 23:57:37 -0400
commit34ad1ea36637845adb14c579587168126d3210e3 (patch)
tree7342478885db7348b3925739f5a0320b48121102 /runtime/doc/options.txt
parent5f41717838f4cd9d1087e452640ba554500279ab (diff)
parent978a6bcaf2b98b3c89381a3eacf642b4f61db033 (diff)
downloadrneovim-34ad1ea36637845adb14c579587168126d3210e3.tar.gz
rneovim-34ad1ea36637845adb14c579587168126d3210e3.tar.bz2
rneovim-34ad1ea36637845adb14c579587168126d3210e3.zip
Merge #12155 ':ls filter by terminal, lastused'
Diffstat (limited to 'runtime/doc/options.txt')
-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 5fb80d75ce..009695c13c 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6742,6 +6742,8 @@ A jump table for the options with a short description can be found at |Q_op|.
complete first match.
"list:longest" When more than one match, list all matches and
complete till longest common string.
+ "list:lastused" When more than one buffer matches, sort buffers
+ by time last used (other than the current buffer).
When there is only a single match, it is fully completed in all cases.
Examples: >