0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.4512: the find_tags_in_file() function is much too long

Problem:    The find_tags_in_file() function is much too long.
Solution:   Refactor into multiple smaller functions. (Yegappan Lakshmanan,
            closes #9892)
This commit is contained in:
Yegappan Lakshmanan
2022-03-05 14:35:12 +00:00
committed by Bram Moolenaar
parent c12dc47b8f
commit df1bbea436
8 changed files with 721 additions and 647 deletions

View File

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