diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-27 21:28:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-27 21:28:56 +0200 |
commit | 890680ca6364386fabb271c85e0755bcaa6a33c1 (patch) | |
tree | 49558541a956ccef2abd6144a5f4293d401a8929 /runtime | |
parent | 0e77b7691ee7c477facb4c9d9162c8603ada2d84 (diff) | |
download | vim-git-890680ca6364386fabb271c85e0755bcaa6a33c1.tar.gz |
patch 8.0.0017v8.0.0017
Problem: Cannot get the number of the current quickfix or location list.
Solution: Use the current list if "nr" in "what" is zero. (Yegappan
Lakshmanan) Remove debug command from test.
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 43d188327..f694ca56f 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4516,7 +4516,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 |