commit | d8f5f766219273a8579947cc80b92580b6988a4b | [log] [tgz] |
---|---|---|
author | Ernie Rael <errael@raelity.com> | Tue May 10 17:50:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 17:50:39 2022 +0100 |
tree | 5325cef40d2b8f102fb71625056681e0d88e8515 | |
parent | 0f267621c04883de010a6379217a5f182cc03dda [diff] [blame] |
patch 8.2.4932: not easy to filter the output of maplist() Problem: Not easy to filter the output of maplist(). Solution: Add mode_bits to the dictionary. (Ernie Rael, closes #10356)
diff --git a/src/version.c b/src/version.c index 97fbf17..e7affba 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4932, +/**/ 4931, /**/ 4930,