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

patch 8.2.4356: command line completion functions are very long

Problem:    Command line completion functions are very long.
Solution:   Refactor into multiple functions. (Yegappan Lakshmanan,
            closes #9753)
This commit is contained in:
Yegappan Lakshmanan 2022-02-12 12:03:07 +00:00 committed by Bram Moolenaar
parent 0f7ff851cb
commit 620d8edba0
2 changed files with 692 additions and 556 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 */
/**/
4356,
/**/
4355,
/**/