summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-01-01 18:56:52 +0100
committerGitHub <noreply@github.com>2024-01-01 18:56:52 +0100
commit0ede5e361fba0254d454f61b0747b75a16a80bb5 (patch)
tree29b2963f6ac623be7efd46856b8e25fc3a85d8a2 /runtime/doc/map.txt
parent74512e0ad09763e87468c7364fd96d596e30d26d (diff)
runtime(doc): Update Version9.txt for release 9.1 (#13804)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index f5d85f3fbe..1944fdd03d 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1,4 +1,4 @@
-*map.txt* For Vim version 9.0. Last change: 2023 December 24
+*map.txt* For Vim version 9.0. Last change: 2023 December 31
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -586,10 +586,12 @@ While mappings are being listed, it is not possible to add or clear mappings,
e.g. from a timer callback. *E1309*
*:map-verbose*
-When 'verbose' is non-zero, listing a key map will also display where it was
+When 'verbose' is non-zero, the detected and used 'keyprotocol' value will be
+displayed in the first line. Also a key map will also display where it was
last defined. Example: >
:verbose map <C-W>*
+ Kitty keyboard protocol: Cleared
n <C-W>* * <C-W><C-S>*
Last set from /home/abcd/.vimrc