commit | 09661203ecefbee6a6f09438afcff1843e9dbfb4 | [log] [tgz] |
---|---|---|
author | Ernie Rael <errael@raelity.com> | Mon Apr 25 14:40:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 25 14:40:44 2022 +0100 |
tree | e9287958ff8d1d65e4c5a66703cd9f1d16c237fb | |
parent | 23d5770ef5e2f5c6d20d123303b81327045e5a1e [diff] [blame] |
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 #10277) Rename to maplist(). Rename test file.
diff --git a/src/version.c b/src/version.c index 7ff5c6e..daca23c 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4825, +/**/ 4824, /**/ 4823,