commit | 801cd35e7e3b21e519e12a1610ee1d721e40893e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 16:08:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 16:08:16 2022 +0100 |
tree | 5b24a4313fbbc3821aaf236b3cd6163828d26267 | |
parent | 1206c163dbc8caace86e53f375f298af6cfab75a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 772267e..564d69d 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 715, +/**/ 714, /**/ 713,