commit | 8dac2acd6a79d571ff5409d9c90b4c9e73237eb4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 20:57:06 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 20:57:06 2021 +0000 |
tree | 1d3712aff207fc834fb5aa8dc5afc2a394fc7788 | |
parent | 4b28ba3245df8274303c79429972f9dc9438e4aa [diff] [blame] |
patch 8.2.3916: no error for passing an invalid line number to append() Problem: No error for passing an invalid line number to append(). Solution: In Vim9 script check for a non-negative number. (closes #9417)
diff --git a/src/version.c b/src/version.c index 7b454a6..944b1f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3916, +/**/ 3915, /**/ 3914,