1
0
forked from aniani/vim

patch 8.2.4618: cmdline completion does not recognize single letter commands

Problem:    Command line completion does not recognize single letter commands.
Solution:   Use the condition from find_ex_command().
This commit is contained in:
Bram Moolenaar
2022-03-24 13:08:36 +00:00
parent 454ce6737c
commit f4f0525c34
2 changed files with 42 additions and 25 deletions

View File

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