0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.1.2071: when 'wincolor' is set text property changes highlighting

Problem:    When 'wincolor' is set text property changes highlighting. (Andy
            Stewart)
Solution:   Fix combining colors. (closes #4968)
This commit is contained in:
Bram Moolenaar
2019-09-23 22:17:15 +02:00
parent b8ff5c271e
commit 053f712ef2
4 changed files with 17 additions and 6 deletions

View File

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