commit | 659c240cf769925ff432b88df8719e7ace4629b0 | [log] [tgz] |
---|---|---|
author | Ernie Rael <errael@raelity.com> | Sun Apr 24 18:40:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 18:40:28 2022 +0100 |
tree | db1831765bb4392807a11a7b05c2b791f6a71894 | |
parent | a4e3332650021921068ef12923b4501c5b9918cb [diff] [blame] |
patch 8.2.4820: not simple programmatic way to find a specific mapping Problem: Not simple programmatic way to find a specific mapping. Solution: Add getmappings(). (Ernie Rael, closes #10273)
diff --git a/src/version.c b/src/version.c index 1d54137..62d6e5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4820, +/**/ 4819, /**/ 4818,