commit | bf40e90dfeb1d3d0280077e65782beb3fee31c9f | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Mar 10 18:36:54 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 18:36:54 2022 +0000 |
tree | 0d25c44b993fb8c6909eab71b8e274143255381d | |
parent | 48f83c31d14702b40ad0bf3c61091871d9db072d [diff] [blame] |
patch 8.2.4538: the find_tags_in_file() function is too long Problem: The find_tags_in_file() function is too long. Solution: Refactor into smaller functions. (Yegappan Lakshmanan, closes #9920)
diff --git a/src/version.c b/src/version.c index 6aa798f..48f2f01 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4538, +/**/ 4537, /**/ 4536,