0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
Yegappan Lakshmanan
2022-01-24 16:30:30 +00:00
committed by Bram Moolenaar
parent 7924a17791
commit 4663435074
2 changed files with 476 additions and 351 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4205,
/**/
4204,
/**/