commit | 024dbd229fa7991b7bf7ef4d0888b43ab03783f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 22:00:15 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 22:00:15 2019 +0100 |
tree | d12b2978dd45ca333c33cc5d3e47d2d3ce9bf4ff | |
parent | f2885d3fb7045d14ae58824e9cb8dea65e4052c4 [diff] [blame] |
patch 8.1.2241: match highlight does not combine with 'wincolor' Problem: Match highlight does not combine with 'wincolor'. Solution: Apply 'wincolor' last on top of any other attribute. (closes #5159)
diff --git a/src/version.c b/src/version.c index bd0390a..c597675 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2241, +/**/ 2240, /**/ 2239,