1
0
forked from aniani/vim

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)
This commit is contained in:
rbtnn
2021-12-15 19:14:54 +00:00
committed by Bram Moolenaar
parent f87dac04c3
commit c479ce032f
5 changed files with 169 additions and 27 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3818,
/**/
3817,
/**/