aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-13 19:49:17 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-23 01:33:16 -0400
commitf3d6d8750b70d56f92d6ece87031ed205abdfcca (patch)
tree62e68f3de2f7a26d9aa803c2a31617c54059d80f /runtime
parent5e02bd071ed054b52ca7e53536d4b5cd594737eb (diff)
downloadrneovim-f3d6d8750b70d56f92d6ece87031ed205abdfcca.tar.gz
rneovim-f3d6d8750b70d56f92d6ece87031ed205abdfcca.tar.bz2
rneovim-f3d6d8750b70d56f92d6ece87031ed205abdfcca.zip
vim-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 vim/vim#3202) https://github.com/vim/vim/commit/c9cc9c78f21caba7ecb5c90403df5e19a57aa96a
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 77b6ee24a4..d21e441888 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4553,6 +4553,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 for the