diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-09-02 15:18:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-09-02 15:18:42 +0200 |
commit | c9cc9c78f21caba7ecb5c90403df5e19a57aa96a (patch) | |
tree | 50b8f0fe00446fec89b1ef0e5f9c9064fe7b1182 /runtime | |
parent | 7ee3f15b21042cb8148980ea486137eaf1b55bcd (diff) | |
download | vim-git-c9cc9c78f21caba7ecb5c90403df5e19a57aa96a.tar.gz |
patch 8.1.0345: cannot get the window id associated with the location listv8.1.0345
Problem: Cannot get the window id associated with the location list.
Solution: Add the "filewinid" argument to getloclist(). (Yegappan
Lakshmanan, closes #3202)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index e83839563..b8ab0f308 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4729,6 +4729,10 @@ getloclist({nr} [, {what}]) *getloclist()* If the optional {what} dictionary argument is supplied, then returns the items listed in {what} as a dictionary. Refer to |getqflist()| for the supported items in {what}. + If {what} contains 'filewinid', then returns the id of the + window used to display files from the location list. This + field is applicable only when called from a location list + window. getmatches() *getmatches()* Returns a |List| with all matches previously defined by |