commit | f8e9eb8e173bf0ff9560192ae888941ef8302269 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 20:15:15 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 20:15:15 2021 +0000 |
tree | 5f3dc3b70e9b43ee7fd4cedead6a2cf5974e0b00 | |
parent | 9fffef9f3562e05755e4b3c46509b2eeeb623ff7 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 9bf1fa2..03dee7e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3776, +/**/ 3775, /**/ 3774,