diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-17 16:54:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 16:54:17 +0200 |
commit | d0537961c1a7a207d94befa87f37f03bbd634880 (patch) | |
tree | da94c801f8b6c96985fafdbde389fbb3fe2653fd /runtime | |
parent | 24a0d4e122024071195ac8a2828fba3184c8e12e (diff) | |
parent | e29ec131d67f3410dba85ab13ba4c617e5768269 (diff) | |
download | rneovim-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.txt | 3 |
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 |