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:
parent
250155ae31
commit
a827bf3ea8
1084
src/normal.c
1084
src/normal.c
File diff suppressed because it is too large
Load Diff
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4221,
|
||||
/**/
|
||||
4220,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user