1
0
forked from aniani/vim

patch 9.0.1218: completion includes functions that don't work

Problem:    Completion includes functions that don't work.
Solution:   Skip functions that are not implemented. (Kota Kato,
            closes #11845)
This commit is contained in:
Kota Kato
2023-01-18 15:27:38 +00:00
committed by Bram Moolenaar
parent 486fc25a29
commit 90c2353365
3 changed files with 12 additions and 0 deletions

View File

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