commit | 341f3876b34f47fdb1c82b0ad9bae448be73a220 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Feb 27 14:59:57 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 14:59:57 2023 +0000 |
tree | bf0d98ef7ef2b1f7aa7abfbe4579d0e3b2a39393 | |
parent | 80c5b2c0f78b24e52c73bb162dda3ad85acd7e82 [diff] [blame] |
patch 9.0.1361: extendnew() not sufficiently tested Problem: extendnew() not sufficiently tested. Solution: Add a few more test cases for extendnew(). (closes #12075)
diff --git a/src/version.c b/src/version.c index 43281d7..032c294 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1361, +/**/ 1360, /**/ 1359,