1
0
forked from aniani/vim

patch 8.2.3919: Vim9: wrong argument for append() results in two errors

Problem:    Vim9: wrong argument for append() results in two errors.
Solution:   Check did_emsg.  Also for setline().  Adjust the help for
            appendbufline().
This commit is contained in:
Bram Moolenaar
2021-12-28 11:24:49 +00:00
parent be4e223ead
commit 8b6256f6ec
5 changed files with 39 additions and 14 deletions

View File

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