commit | 35578168becd1e11973bec413f2078a4bf81ba6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 02 19:10:38 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 02 19:10:38 2021 +0200 |
tree | 1eb46d3b958d66b12f83f6e8c583adc33d95a74f | |
parent | 952d9d827e5bfc66a6b1d39956e4e5596b09e2bd [diff] [blame] |
patch 8.2.3275: optimizer can use hints about ga_grow() normally succeeding Problem: Optimizer can use hints about ga_grow() normally succeeding. Solution: Use GA_GROW_FAILS() and GA_GROW_OK() in several places. (Dominique Pellé, issue #8635)
diff --git a/src/version.c b/src/version.c index 34e4ceb..fae2fd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3275, +/**/ 3274, /**/ 3273,