commit | 46634350740d062fc7e555fd6c5d4d43798d4df7 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 24 16:30:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 16:30:30 2022 +0000 |
tree | a5ea7e57949bfcd6af42561cdf07842eecba962a | |
parent | 7924a17791217d50be5a91989a9641bf68e7a735 [diff] [blame] |
patch 8.2.4205: the normal_cmd() function is too long Problem: The normal_cmd() function is too long. Solution: Move parts to separate functions. (Yegappan Lakshmanan, closes #9608)
diff --git a/src/version.c b/src/version.c index 2208c1c..4cb980e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4205, +/**/ 4204, /**/ 4203,