commit | ef8f04b1d1daf2e0be8fa38dedcae84ebfc5ffb4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 12:29:19 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 12:29:19 2021 +0000 |
tree | ead387b1ef5b11f9c7a64da3d4fa53309bb5f0ea | |
parent | 23018f2d4b6f85512af117d346eee9b14a4637a6 [diff] [blame] |
patch 8.2.3911: Vim9: type check for filter() does not accept unknown Problem: Vim9: type check for filter() does not accept unknown. Solution: Also accept unknown for the return type. (closes #9413)
diff --git a/src/version.c b/src/version.c index 8c4377b..0d99bb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3911, +/**/ 3910, /**/ 3909,