0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

patch 8.2.4221: some functions in normal.c are very long

Problem:    Some functions in normal.c are very long.
Solution:   Move code to separate functions. (Yegappan Lakshmanan,
            closes #9628)
This commit is contained in:
Yegappan Lakshmanan 2022-01-26 12:14:15 +00:00 committed by Bram Moolenaar
parent 250155ae31
commit a827bf3ea8
2 changed files with 484 additions and 602 deletions

File diff suppressed because it is too large Load Diff

View File

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