]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3776: when a tags file line is long a tag may not be found v8.2.3776
authorBram Moolenaar <Bram@vim.org>
Fri, 10 Dec 2021 20:15:15 +0000 (20:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 Dec 2021 20:15:15 +0000 (20:15 +0000)
commitf8e9eb8e173bf0ff9560192ae888941ef8302269
tree5f3dc3b70e9b43ee7fd4cedead6a2cf5974e0b00
parent9fffef9f3562e05755e4b3c46509b2eeeb623ff7
patch 8.2.3776: when a tags file line is long a tag may not be found

Problem:    When a tags file line is long a tag may not be found.
Solution:   When increasing the buffer size read the same line again.
src/tag.c
src/testdir/test_taglist.vim
src/version.c