commit | ab85ca4e6a40b2998db7b00896505486f5c16b41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 15 22:41:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 15 22:41:14 2019 +0100 |
tree | 30235a09964946f92d5036f7e3c409518304e7e2 | |
parent | 1ebbb6ee452dfca89335ac75f07c3db133b56645 [diff] [blame] |
patch 8.1.2301: MS-Windows GUI: drawing error when background color changes Problem: MS-Windows GUI: drawing error when background color changes. Solution: Implement gui_mch_new_colors(). (Simon Sadler)
diff --git a/src/version.c b/src/version.c index 13d8616..b916434 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2301, +/**/ 2300, /**/ 2299,