1
0
forked from aniani/vim

patch 8.2.1144: Vim9: return type of reverse() is any

Problem:    Vim9: return type of reverse() is any.
Solution:   Use the type of the first argument.
This commit is contained in:
Bram Moolenaar
2020-07-05 21:10:24 +02:00
parent ad7c249327
commit 67627355ac
3 changed files with 12 additions and 1 deletions

View File

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