commit | 8b6256f6ec075cca40341e61ebc9f538b4902dd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 11:24:49 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 11:24:49 2021 +0000 |
tree | a59ebf29d7fe303e3bf2f985c89af994dfd5abc0 | |
parent | be4e223eadaa765bf2957f196e4d4b6014057bd1 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 4e6c07b..2045de9 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3919, +/**/ 3918, /**/ 3917,