commit | 0ccb5842f5fb103763d106c7aa364d758343c35a | [log] [tgz] |
---|---|---|
author | rbtnn <naru123456789@gmail.com> | Sat Dec 18 18:33:46 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 18 18:33:46 2021 +0000 |
tree | 76ea36f2abf5035e3695132e0cc5b59e2e9a325c | |
parent | 605ec91e5a7330d61be313637e495fa02a6dc264 [diff] [blame] |
patch 8.2.3848: cannot use reduce() for a string Problem: Cannot use reduce() for a string. Solution: Make reduce() work with a string. (Naruhiko Nishino, closes #9366)
diff --git a/src/version.c b/src/version.c index 8ae0a86..d99e18c 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3848, +/**/ 3847, /**/ 3846,