commit | 0d94ad69586972e7522ec6ca1441a517af2ade7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 20:16:41 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 20:16:41 2020 +0200 |
tree | 774e4b9a400cc58f0bcf16610974edd5b112091e | |
parent | b3c019cbc32e2e9250ac668bf77d61ebd89c13f2 [diff] [blame] |
patch 8.2.1141: Vim9: return type of filter() is any Problem: Vim9: return type of filter() is any. Solution: Use type of the argument.
diff --git a/src/version.c b/src/version.c index 116cb06..47d4bcc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1141, +/**/ 1140, /**/ 1139,