]> granicus.if.org Git - vim/commit
patch 8.1.1308: the Normal highlight is not defined when compiled with GUI v8.1.1308
authorBram Moolenaar <Bram@vim.org>
Thu, 9 May 2019 17:26:38 +0000 (19:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 May 2019 17:26:38 +0000 (19:26 +0200)
commitf90b6e03a983b62b66564fc449e32724d6456769
treee29d2d7e9000428efac5d10fa705f2359f655c7e
parenta6c27c47ddf081859659d7de1caec675147e466b
patch 8.1.1308: the Normal highlight is not defined when compiled with GUI

Problem:    The Normal highlight is not defined when compiled with GUI.
Solution:   Always define Normal. (Christian Brabandt, closes #4072)
runtime/doc/syntax.txt
src/syntax.c
src/testdir/test_highlight.vim
src/version.c