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:
committed by
Bram Moolenaar
parent
486fc25a29
commit
90c2353365
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1218,
|
||||
/**/
|
||||
1217,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user