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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4618,
|
||||
/**/
|
||||
4617,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user