aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-07-17 16:54:17 +0200
committerGitHub <noreply@github.com>2017-07-17 16:54:17 +0200
commitd0537961c1a7a207d94befa87f37f03bbd634880 (patch)
treeda94c801f8b6c96985fafdbde389fbb3fe2653fd /runtime
parent24a0d4e122024071195ac8a2828fba3184c8e12e (diff)
parente29ec131d67f3410dba85ab13ba4c617e5768269 (diff)
downloadrneovim-d0537961c1a7a207d94befa87f37f03bbd634880.tar.gz
rneovim-d0537961c1a7a207d94befa87f37f03bbd634880.tar.bz2
rneovim-d0537961c1a7a207d94befa87f37f03bbd634880.zip
Merge #7040 'vim-patch:8.0.{0017,0026,0078,0079,0084}'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index cca62f1469..8882043162 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4273,7 +4273,8 @@ getqflist([{what}]) *getqflist()*
If the optional {what} dictionary argument is supplied, then
returns only the items listed in {what} as a dictionary. The
following string items are supported in {what}:
- nr get information for this quickfix list
+ nr get information for this quickfix list; zero
+ means the current quickfix list
title get the list title
winid get the |window-ID| (if opened)
all all of the above quickfix properties