commit | dc9ef26845c6bf5ba63bfa8d00fc8a9bdc3b2de5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 07 23:08:42 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 07 23:08:42 2019 +0100 |
tree | 22b7a9a9ebbdb2b086da692a29c58fa2c2807cbd | |
parent | 3d2a47c7823b934e1a85d773b68758c87c3ddc90 [diff] [blame] |
patch 8.1.2269: tags file with very long line stops using binary search Problem: Tags file with very long line stops using binary search. Solution: Reallocate the buffer if needed.
diff --git a/src/version.c b/src/version.c index 2db75aa..541b2ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2269, +/**/ 2268, /**/ 2267,