1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-12-10 20:15:15 +00:00
parent 9fffef9f35
commit f8e9eb8e17
3 changed files with 28 additions and 2 deletions

View File

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