forked from aniani/vim
patch 8.2.2669: command line completion does not work after "vim9"
Problem: Command line completion does not work after "vim9". Solution: Include the "9". (Naohiro Ono, closes #8025)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2669,
|
||||
/**/
|
||||
2668,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user