commit | cccd62d435097814ea93e384920443fb2419e663 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 12 20:23:48 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 12 20:23:48 2018 +0200 |
tree | 11e84c4e1f2526def2ea3ed2448c2b2202373c69 | |
parent | 56f99550444949e12eca4a31ee60be91b2ab3a6e [diff] [blame] |
patch 8.0.1701: can disable COLOR_EMOJI with MSVC but not MinGW Problem: Can disable COLOR_EMOJI with MSVC but not MinGW. Solution: Add COLOR_EMOJI flag. Also add some empty lines for readability.
diff --git a/src/version.c b/src/version.c index 5386fc5..2b0105b 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1701, +/**/ 1700, /**/ 1699,