commit | c479ce032f5d4d14bab9e479acbf42d758879893 | [log] [tgz] |
---|---|---|
author | rbtnn <naru123456789@gmail.com> | Wed Dec 15 19:14:54 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 19:14:54 2021 +0000 |
tree | 454c6b6b73f078b499e45d1ce2ae59fb19d5139a | |
parent | f87dac04c351583241ea1c4ec4228516431e6f22 [diff] [blame] |
patch 8.2.3818: cannot filter or map characters in a string Problem: Cannot filter or map characters in a string. Solution: Make filter() and map() work on a string. (Naruhiko Nishino, closes #9327)
diff --git a/src/version.c b/src/version.c index e9836ef..d48206f 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3818, +/**/ 3817, /**/ 3816,