commit | 88c47aa692a4b1061f86624ea2503f31314f3975 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 00:34:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 00:34:15 2019 +0200 |
tree | 4a9d57d8f3a24a7c2eddcc78e8216fc1e88b26a2 | |
parent | 2eed9bafa013f278ffe8bcd52489f90b11cf00e1 [diff] [blame] |
patch 8.1.1595: MS-Windows with VIMDLL: colors wrong in console Problem: MS-Windows with VIMDLL: colors wrong in console. Solution: Do not set the GUI colors when not using the GUI. (Ken Takata, closes #4588)
diff --git a/src/version.c b/src/version.c index 369962921..0631f09 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1595, +/**/ 1594, /**/ 1593,