From 96c494dec345f9a3dd2676048292267552e3f5f8 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 1 Jun 2022 21:37:01 +0800 Subject: refactor: correct comments and assertions about mapping rhs (#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. --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') 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. -- cgit