1
0
forked from aniani/vim

patch 8.2.1622: loop to handle keys for the command line is too long

Problem:    Loop to handle keys for the command line is too long.
Solution:   Move code to functions. (Yegappan Lakshmanan, closes #6880)
This commit is contained in:
Bram Moolenaar
2020-09-06 15:54:00 +02:00
parent 8a0dcf4330
commit 2f3cd2e4ec
2 changed files with 504 additions and 383 deletions

View File

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