diff options
author | Ernie Rael <errael@raelity.com> | 2022-04-24 18:40:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-24 18:40:28 +0100 |
commit | 659c240cf769925ff432b88df8719e7ace4629b0 (patch) | |
tree | db1831765bb4392807a11a7b05c2b791f6a71894 /runtime/doc/usr_41.txt | |
parent | a4e3332650021921068ef12923b4501c5b9918cb (diff) | |
download | vim-git-659c240cf769925ff432b88df8719e7ace4629b0.tar.gz |
patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820
Problem: Not simple programmatic way to find a specific mapping.
Solution: Add getmappings(). (Ernie Rael, closes #10273)
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index eb269e16c..12d3adc1b 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1089,6 +1089,7 @@ 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 |