comparison runtime/doc/usr_41.txt @ 28602:398c5b3211f9 v8.2.4825

patch 8.2.4825: can only get a list of mappings Commit: https://github.com/vim/vim/commit/09661203ecefbee6a6f09438afcff1843e9dbfb4 Author: Ernie Rael <errael@raelity.com> Date: Mon Apr 25 14:40:44 2022 +0100 patch 8.2.4825: can only get a list of mappings Problem: Can only get a list of mappings. Solution: Add the optional {abbr} argument. (Ernie Rael, closes https://github.com/vim/vim/issues/10277) Rename to maplist(). Rename test file.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Apr 2022 15:45:03 +0200
parents d3c966c0cdf7
children 4d76b3e07c07
comparison
equal deleted inserted replaced
28601:a4d54a260c59 28602:398c5b3211f9
1087 Mappings and Menus: *mapping-functions* 1087 Mappings and Menus: *mapping-functions*
1088 digraph_get() get |digraph| 1088 digraph_get() get |digraph|
1089 digraph_getlist() get all |digraph|s 1089 digraph_getlist() get all |digraph|s
1090 digraph_set() register |digraph| 1090 digraph_set() register |digraph|
1091 digraph_setlist() register multiple |digraph|s 1091 digraph_setlist() register multiple |digraph|s
1092 getmappings() get list of all mappings
1093 hasmapto() check if a mapping exists 1092 hasmapto() check if a mapping exists
1094 mapcheck() check if a matching mapping exists 1093 mapcheck() check if a matching mapping exists
1095 maparg() get rhs of a mapping 1094 maparg() get rhs of a mapping
1095 maplist() get list of all mappings
1096 mapset() restore a mapping 1096 mapset() restore a mapping
1097 menu_info() get information about a menu item 1097 menu_info() get information about a menu item
1098 wildmenumode() check if the wildmode is active 1098 wildmenumode() check if the wildmode is active
1099 1099
1100 Testing: *test-functions* 1100 Testing: *test-functions*