diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-10-24 20:41:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 20:41:39 -0700 |
commit | 4f4f5ef4fd2f54db5d527768b4b1a94f737b3834 (patch) | |
tree | 8082f1361a4447847f676e8a577d11b59fd302fd /runtime | |
parent | 53b025887e28888f8dba78ff57afc001d1a6428b (diff) | |
parent | ced2a38ad4dce6898c800dd68026c7b1823e484e (diff) | |
download | rneovim-4f4f5ef4fd2f54db5d527768b4b1a94f737b3834.tar.gz rneovim-4f4f5ef4fd2f54db5d527768b4b1a94f737b3834.tar.bz2 rneovim-4f4f5ef4fd2f54db5d527768b4b1a94f737b3834.zip |
Merge #11213 from janlazo/vim-8.1.0014
vim-patch:8.1.{14,288,345,410,434,438,455}
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 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 |