1
0
forked from aniani/vim

patch 9.0.1228: fuzzy menu completion is only tested in the GUI

Problem:    Fuzzy menu completion is only tested in the GUI.
Solution:   Make fuzzy menu completion test work without GUI.
            (closes #11861)
This commit is contained in:
zeertzjq
2023-01-22 12:41:55 +00:00
committed by Bram Moolenaar
parent a6759381a5
commit 145a6afe3a
2 changed files with 9 additions and 1 deletions

View File

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