]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1811: popup window color cannot be set to "Normal" v8.1.1811
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Aug 2019 16:13:46 +0000 (18:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Aug 2019 16:13:46 +0000 (18:13 +0200)
commitc363fe1599655232e8bd6e279fbf70d4c1b7baf6
tree89f8de51fa679f8e0fb1660edabd848619d8698b
parentb8350abef0abbdca99bf08e821a8ba0ade37abed
patch 8.1.1811: popup window color cannot be set to "Normal"

Problem:    Popup window color cannot be set to "Normal".
Solution:   Check for non-empty 'wincolor' instead of zero attribute.
            (closes #4772)
src/screen.c
src/testdir/dumps/Test_popupwin_20.dump
src/testdir/dumps/Test_popupwin_21.dump
src/testdir/test_popupwin.vim
src/version.c