diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/builtin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 7f7b92d250..f63525242f 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -3214,7 +3214,7 @@ getmatches([{win}]) *getmatches()* |getmatches()|. If {win} is specified, use the window with this number or window ID instead of the current window. If {win} is invalid, - `0` is returned. + an empty list is returned. Example: > :echo getmatches() < [{'group': 'MyGroup1', 'pattern': 'TODO', |