]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0220: completion of highlight names misses a few values v8.0.0220
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 18:25:33 +0000 (19:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 18:25:33 +0000 (19:25 +0100)
commit15eedf1d621d980cb40f50cc6a78a09ab94388c7
treed78a8504575069b3588f38359d83d80d1d8a79fa
parent7a40ea2138102545848ea86a361f1b8dec7552b5
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.
src/syntax.c
src/testdir/test_cmdline.vim
src/version.c