From c9cc9c78f21caba7ecb5c90403df5e19a57aa96a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 2 Sep 2018 15:18:42 +0200 Subject: patch 8.1.0345: cannot get the window id associated with the location list Problem: Cannot get the window id associated with the location list. Solution: Add the "filewinid" argument to getloclist(). (Yegappan Lakshmanan, closes #3202) --- runtime/doc/eval.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index e838395639..b8ab0f3082 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 -- cgit v1.2.3