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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2670,
|
||||
/**/
|
||||
2669,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user