From d8f5f766219273a8579947cc80b92580b6988a4b Mon Sep 17 00:00:00 2001 From: Ernie Rael Date: Tue, 10 May 2022 17:50:39 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 97fbf1717..e7affba03 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4932, /**/ 4931, /**/ -- cgit v1.2.1