]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2269: tags file with very long line stops using binary search v8.1.2269
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Nov 2019 22:08:42 +0000 (23:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Nov 2019 22:08:42 +0000 (23:08 +0100)
commitdc9ef26845c6bf5ba63bfa8d00fc8a9bdc3b2de5
tree22b7a9a9ebbdb2b086da692a29c58fa2c2807cbd
parent3d2a47c7823b934e1a85d773b68758c87c3ddc90
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.
src/tag.c
src/testdir/test_tagjump.vim
src/version.c