diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-01-14 08:44:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 08:44:16 +0800 |
commit | 2bdd8fad4cf4008125ce540453434888c07044a6 (patch) | |
tree | c0140affb2e94410569647fab88e4603774a844a /runtime/doc/builtin.txt | |
parent | 0c850add3ecedec5b7dea62f0dd152f3421b66fc (diff) | |
download | rneovim-2bdd8fad4cf4008125ce540453434888c07044a6.tar.gz rneovim-2bdd8fad4cf4008125ce540453434888c07044a6.tar.bz2 rneovim-2bdd8fad4cf4008125ce540453434888c07044a6.zip |
docs(builtin): fix mapset() signature (#27008)
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r-- | runtime/doc/builtin.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 5f89082b6f..d85735a008 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -4273,7 +4273,8 @@ mapnew({expr1}, {expr2}) *mapnew()* unchanged. Items can still be changed by {expr2}, if you don't want that use |deepcopy()| first. -mapset({mode}, {abbr}, {dict}) *mapset()* +mapset({mode}, {abbr}, {dict}) +mapset({dict}) *mapset()* Restore a mapping from a dictionary, possibly returned by |maparg()| or |maplist()|. A buffer mapping, when dict.buffer is true, is set on the current buffer; it is up to the caller |