commit | 053f712ef20d143818aa07275cf1f4fa55afbf85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 23 22:17:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 23 22:17:15 2019 +0200 |
tree | 2c592bc982525beeb6b1eb8d89461fa8088ff955 | |
parent | b8ff5c271ee5dcef6f63436b77e228e062ff9a0e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7f34d2a..840c257 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2071, +/**/ 2070, /**/ 2069,