1
0
forked from aniani/vim

patch 9.0.0715: wrong argument for append() gives two error messages

Problem:    Wrong argument for append() gives two error messages.
Solution:   When getting an error for a number argument don't try using it as
            a string. (closes #11335)
This commit is contained in:
Bram Moolenaar
2022-10-10 16:08:16 +01:00
parent 1206c163db
commit 801cd35e7e
3 changed files with 7 additions and 1 deletions

View File

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