diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-11-05 09:49:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 09:49:52 +0800 |
commit | 5e86cf6c13aa0a092286b42937e578c1886a3b85 (patch) | |
tree | 5c8bd2776e3cbac280c359f863ae1d1d59ced0d0 /runtime/doc | |
parent | 19a487bc86482392eb50c61375d20e440e6e16b7 (diff) | |
parent | b002499c1978c98cc4dfc3a3f2326997720d571a (diff) | |
download | rneovim-5e86cf6c13aa0a092286b42937e578c1886a3b85.tar.gz rneovim-5e86cf6c13aa0a092286b42937e578c1886a3b85.tar.bz2 rneovim-5e86cf6c13aa0a092286b42937e578c1886a3b85.zip |
Merge pull request #20938 from zeertzjq/vim-8.2.0644
vim-patch:8.2.{0433,0644,0866,0958}: various tests
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/builtin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 9cc3f94816..2cd2eed3a1 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -7080,8 +7080,8 @@ setloclist({nr}, {list} [, {action} [, {what}]]) *setloclist()* GetLoclist()->setloclist(winnr) setmatches({list} [, {win}]) *setmatches()* - Restores a list of matches saved by |getmatches() for the - current window|. Returns 0 if successful, otherwise -1. All + Restores a list of matches saved by |getmatches()| for the + current window. Returns 0 if successful, otherwise -1. All current matches are cleared before the list is restored. See example for |getmatches()|. If {win} is specified, use the window with this number or |