forked from aniani/vim
patch 9.0.1540: reverse() on string doesn't work in compiled function
Problem: reverse() on string doesn't work in compiled function.
Solution: Accept string in argument type check. (Yegappan Lakshmanan,
closes #12377)
This commit is contained in:
committed by
Bram Moolenaar
parent
4ce1bda869
commit
f9dc278946
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1540,
|
||||
/**/
|
||||
1539,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user