commit | 975a665d4811649a51e2c6a97a6ce096290d87ae | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Oct 14 13:11:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 14 13:11:13 2022 +0100 |
tree | aa34659fe233d4c0f5080d7ecf3b3bb19eb44193 | |
parent | b9c09c118e951bc6ea2059941101939dc572b4ce [diff] [blame] |
patch 9.0.0749: alloc/free of buffer for each quickfix entry is inefficient Problem: Alloc/free of buffer for each quickfix entry is inefficient. Solution: Use a shared grow array. (Yegappan Lakshmanan, closes #11365)
diff --git a/src/version.c b/src/version.c index d09422b..708e762 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 749, +/**/ 748, /**/ 747,