commit | 8894761daf68220504932c8b3e75f59138cdb617 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Sep 05 18:27:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 18:27:47 2022 +0100 |
tree | 7bbbb9a75af8f673f92674600daee109ddf0eec7 | |
parent | ddf7dba96e05a41c7a228b153146237e0a21b146 [diff] [blame] |
patch 9.0.0388: the do_arg_all() function is too long Problem: The do_arg_all() function is too long. Solution: Split the function in smaller parts. (Yegappan Lakshmanan, closes #11062)
diff --git a/src/version.c b/src/version.c index 5ab26b1..d4fc4d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 388, +/**/ 387, /**/ 386,