summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_41.txt
diff options
context:
space:
mode:
authorErnie Rael <errael@raelity.com>2022-04-25 14:40:44 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-25 14:40:44 +0100
commit09661203ecefbee6a6f09438afcff1843e9dbfb4 (patch)
treee9287958ff8d1d65e4c5a66703cd9f1d16c237fb /runtime/doc/usr_41.txt
parent23d5770ef5e2f5c6d20d123303b81327045e5a1e (diff)
downloadvim-git-09661203ecefbee6a6f09438afcff1843e9dbfb4.tar.gz
patch 8.2.4825: can only get a list of mappingsv8.2.4825
Problem: Can only get a list of mappings. Solution: Add the optional {abbr} argument. (Ernie Rael, closes #10277) Rename to maplist(). Rename test file.
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r--runtime/doc/usr_41.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 12d3adc1b..89fca8def 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1089,10 +1089,10 @@ Mappings and Menus: *mapping-functions*
digraph_getlist() get all |digraph|s
digraph_set() register |digraph|
digraph_setlist() register multiple |digraph|s
- getmappings() get list of all mappings
hasmapto() check if a mapping exists
mapcheck() check if a matching mapping exists
maparg() get rhs of a mapping
+ maplist() get list of all mappings
mapset() restore a mapping
menu_info() get information about a menu item
wildmenumode() check if the wildmode is active