commit | 28944fecff3c40b44325921d45aaf67451b0937f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 04 19:01:31 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 04 19:01:31 2018 +0100 |
tree | 93dd492972809af3b3db4428ef85fc6f5b34672d | |
parent | 2c7b906afb86b986476cfc959732e433b1b4a3b1 [diff] [blame] |
patch 8.0.1471: on MS-Windows CursorIM highlighting no longer works Problem: On MS-Windows CursorIM highlighting no longer works. Solution: Adjust #if statements. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 5d41702..df15d11 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1471, +/**/ 1470, /**/ 1469,