diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-02-16 16:58:32 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-02-16 16:58:32 +0800 |
commit | cc81a8253be032aa12f05730e8a2f1b5d94fd08c (patch) | |
tree | b911ba8941773bbeecb1a85ebd17499e3a314024 /runtime/doc/api.txt | |
parent | 9a74c2b04ac8f54a17925a437b5a2f03b18f6281 (diff) | |
download | rneovim-cc81a8253be032aa12f05730e8a2f1b5d94fd08c.tar.gz rneovim-cc81a8253be032aa12f05730e8a2f1b5d94fd08c.tar.bz2 rneovim-cc81a8253be032aa12f05730e8a2f1b5d94fd08c.zip |
docs: minor changes related to mapping description
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 7a5aeee603..1e1534c31f 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -1584,7 +1584,7 @@ nvim_set_keymap({mode}, {lhs}, {rhs}, {*opts}) *nvim_set_keymap()* {rhs} Right-hand-side |{rhs}| of the mapping. {opts} Optional parameters map. Accepts all |:map-arguments| as keys excluding |<buffer>| but - including |noremap| and "desc". |desc| can be used + including |noremap| and "desc". "desc" can be used to give a description to keymap. When called from Lua, also accepts a "callback" key that takes a Lua function to call when the mapping is executed. |