commit | 2f87a99b6e9b559d51e130769e7f8377db6749f8 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Mar 02 20:29:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 20:29:35 2022 +0000 |
tree | 4ff6e8dd85f95d613d7c1f1fe9efb248f59e0a07 | |
parent | b9c510859360595c046b8b7c1d6828125525e967 [diff] [blame] |
patch 8.2.4494: the find_tags() function is much too long Problem: The find_tags() function is much too long. Solution: Refactor the function. (Yegappan Lakshmanan, closes #9869)
diff --git a/src/version.c b/src/version.c index 0a83277..341a681 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4494, +/**/ 4493, /**/ 4492,