]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0616: not always setting 'background' correctly after :hi Normal v8.0.0616
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 19:06:09 +0000 (21:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 19:06:09 +0000 (21:06 +0200)
commit1615b36b91b094263240d7b555283ddf33208f62
treed1b6b239f7e782080587529319455361c23fd11c
parentbf15b8d78b22661db8b19d662b62bb9a061cdd37
patch 8.0.0616: not always setting 'background' correctly after :hi Normal

Problem:    When setting the cterm background with ":hi Normal" the value of
            'background' may be set wrongly.
Solution:   Check that the color is less than 16.  Don't set 'background' when
            it was set explicitly. (Lemonboy, closes #1710)
src/syntax.c
src/testdir/test_syntax.vim
src/version.c