commit | df1bbea436636ac227d33dd79f77e07f4fffb028 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Mar 05 14:35:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 14:35:12 2022 +0000 |
tree | 1fe4acce1bba5825b1c33b5c7a022d6db9dc6a51 | |
parent | c12dc47b8f80c02e4fdcdb38b8217e1c06a11368 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6e337b4..e808010 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4512, +/**/ 4511, /**/ 4510,