commit | 20cc52832067d22a3cd47dfb0805251228c32e7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 16:33:16 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 16:33:16 2021 +0200 |
tree | b4a5f253b995a554485e4f12d7641397ace60300 | |
parent | 9cee4a1c9c69542ccd73bcd2db05920150856361 [diff] [blame] |
patch 8.2.3089: garbage collection has useless code Problem: Garbage collection has useless code. Solution: Bail out when aborting. (closes #8504)
diff --git a/src/version.c b/src/version.c index 0c98a98..eb9f9f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3089, +/**/ 3088, /**/ 3087,