]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0513: getting name of cleared highlight group is wrong v8.0.0513
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Mar 2017 11:50:09 +0000 (13:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Mar 2017 11:50:09 +0000 (13:50 +0200)
commitc96272e30e2b81e5e0c8418f09d9db4e2fcd5d73
treef8434ca5d83eabd03868e5e2ddfff45c976067f1
parent1572e30607e9a3bee9750242bf37168f7d2b6e66
patch 8.0.0513: getting name of cleared highlight group is wrong

Problem:    Getting name of cleared highlight group is wrong. (Matt Wozniski)
Solution:   Only skip over cleared names for completion. (closes #1592)
            Also fix that a cleared group causes duplicate completions.
src/evalfunc.c
src/ex_cmds.c
src/proto/syntax.pro
src/syntax.c
src/testdir/test_cmdline.vim
src/testdir/test_syntax.vim
src/version.c