commit | 15eedf1d621d980cb40f50cc6a78a09ab94388c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 19:25:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 19:25:33 2017 +0100 |
tree | d78a8504575069b3588f38359d83d80d1d8a79fa | |
parent | 7a40ea2138102545848ea86a361f1b8dec7552b5 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 90f056b..84cb940 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 220, +/**/ 219, /**/ 218,