commit | c363fe1599655232e8bd6e279fbf70d4c1b7baf6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 18:13:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 18:13:46 2019 +0200 |
tree | 89f8de51fa679f8e0fb1660edabd848619d8698b | |
parent | b8350abef0abbdca99bf08e821a8ba0ade37abed [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6904482..32759b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1811, +/**/ 1810, /**/ 1809,