commit | d34f9b1155a6b470e1dc766ff98192f440e7eba7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 08 18:41:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 08 18:41:13 2017 +0200 |
tree | a4f8d191d0d3727d184a95eeef715d5c9c339d21 | |
parent | 9585a1655ba0d34ea88574617112093a9bd4f2e9 [diff] [blame] |
patch 8.0.0551: the typeahead buffer is reallocated too often Problem: The typeahead buffer is reallocated too often. Solution: Re-use the existing buffer if possible.
diff --git a/src/version.c b/src/version.c index aba7a80..2ea5708 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 551, +/**/ 550, /**/ 549,