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:
committed by
Bram Moolenaar
parent
7924a17791
commit
4663435074
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4205,
|
||||
/**/
|
||||
4204,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user