1
0
forked from aniani/vim

patch 8.2.1888: Vim9: getbufline(-1, 1, '$') gives an error

Problem:    Vim9: Getbufline(-1, 1, '$') gives an error.
Solution:   Return an empty list. (closes #7180)
This commit is contained in:
Bram Moolenaar
2020-10-22 18:23:38 +02:00
parent 15ab48f088
commit e6e70a10f1
3 changed files with 14 additions and 8 deletions

View File

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