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:
committed by
Bram Moolenaar
parent
c12dc47b8f
commit
df1bbea436
@@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4512,
|
||||
/**/
|
||||
4511,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user