1
0
forked from aniani/vim

patch 8.0.0220: completion of highlight names misses a few values

Problem:    Completion for :match does not show "none" and other missing
            highlight names.
Solution:   Skip over cleared entries before checking the index to be at the
            end.
This commit is contained in:
Bram Moolenaar
2017-01-22 19:25:33 +01:00
parent 7a40ea2138
commit 15eedf1d62
3 changed files with 36 additions and 7 deletions

View File

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