aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorShadman <13149513+shadmansaleh@users.noreply.github.com>2022-02-16 14:39:50 +0600
committerGitHub <noreply@github.com>2022-02-16 16:39:50 +0800
commit9a74c2b04ac8f54a17925a437b5a2f03b18f6281 (patch)
tree7d2dc0766e3c7e99646a9db56f8f505fb579f27e /runtime
parentdeb33a9775f53d2b32aeeb1825e773bccb039ca4 (diff)
downloadrneovim-9a74c2b04ac8f54a17925a437b5a2f03b18f6281.tar.gz
rneovim-9a74c2b04ac8f54a17925a437b5a2f03b18f6281.tar.bz2
rneovim-9a74c2b04ac8f54a17925a437b5a2f03b18f6281.zip
feat(mappings): considering map description when filtering (#17423)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/map.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 2d2795b1ca..89df42600c 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -502,7 +502,7 @@ Note: When using mappings for Visual mode, you can use the "'<" mark, which
is the start of the last selected Visual area in the current buffer |'<|.
The |:filter| command can be used to select what mappings to list. The
-pattern is matched against the {lhs} and {rhs} in the raw form.
+pattern is matched against the {lhs}, {rhs} and {desc} in the raw form.
*:map-verbose*
When 'verbose' is non-zero, listing a key map will also display where it was