0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-11-02 22:00:15 +01:00
parent f2885d3fb7
commit 024dbd229f
7 changed files with 19 additions and 16 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2241,
/**/
2240,
/**/