1
0
forked from aniani/vim

patch 8.2.2670: Vim9: error for append(0, text)

Problem:    Vim9: error for append(0, text).
Solution:   Check for negative number. (closes #8022)
This commit is contained in:
Bram Moolenaar
2021-03-28 15:46:16 +02:00
parent df749a2b9c
commit b2ac7d0663
3 changed files with 7 additions and 1 deletions

View File

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