0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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.
This commit is contained in:
Bram Moolenaar
2017-04-08 18:41:13 +02:00
parent 9585a1655b
commit d34f9b1155
2 changed files with 15 additions and 3 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
551,
/**/
550,
/**/