aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-06-01 21:37:01 +0800
committerGitHub <noreply@github.com>2022-06-01 21:37:01 +0800
commit96c494dec345f9a3dd2676048292267552e3f5f8 (patch)
tree20be26182c603ee6126624b6d90741c16e1e6f65 /runtime
parentf40adf770d090d12f7b14dd519fe649ada40bfe6 (diff)
downloadrneovim-96c494dec345f9a3dd2676048292267552e3f5f8.tar.gz
rneovim-96c494dec345f9a3dd2676048292267552e3f5f8.tar.bz2
rneovim-96c494dec345f9a3dd2676048292267552e3f5f8.zip
refactor: correct comments and assertions about mapping rhs <Nop> (#18821)
Also avoid referring to mappings as "keymaps" in commands and docs. *map_empty_rhs* *map-empty-rhs* You can create an empty {rhs} by typing nothing after a single CTRL-V (you have to type CTRL-V two times). Unfortunately, you cannot do this in a vimrc file.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index eebbc3f73a..6a87e482ef 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6688,7 +6688,7 @@ A jump table for the options with a short description can be found at |Q_op|.
global
When bigger than zero, Vim will give messages about what it is doing.
Currently, these messages are given:
- >= 1 Lua assignments to options,keymaps etc.
+ >= 1 Lua assignments to options, mappings, etc.
>= 2 When a file is ":source"'ed and when the shada file is read or written..
>= 3 UI info, terminal capabilities
>= 4 Shell commands.