1
0
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:
Bram Moolenaar
2021-03-28 15:29:43 +02:00
parent f49a1fcdb9
commit df749a2b9c
4 changed files with 10 additions and 3 deletions

View File

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