commit | ec86520f946a40d5c4a92d6a11d6928faa13abd4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 22:10:42 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 22:10:42 2021 +0000 |
tree | 4793422c4588bf2fd013c8e62049b2d66c83a974 | |
parent | fb9dcb080b5143d3021a8c1d6deaf143f2ca3a48 [diff] [blame] |
patch 8.2.3899: Vim9: test for map() on string fails Problem: Vim9: test for map() on string fails. Solution: Expect string return type.
diff --git a/src/version.c b/src/version.c index e41dcb1..260182b 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3899, +/**/ 3898, /**/ 3897,