commit | 4ac893f32109f29349661322676e5b81eb169b74 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu Jan 20 12:44:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 12:44:28 2022 +0000 |
tree | aa76646a622243c7cacab5ed3b592202c2079615 | |
parent | fc6ccebea668c49e9e617e0657421b6a8ed9df1e [diff] [blame] |
patch 8.2.4153: MS-Windows: Global IME is no longer supported Problem: MS-Windows: Global IME is no longer supported. Solution: Remove the Global IME implementation. (Ken Takata, closes #9562)
diff --git a/src/version.c b/src/version.c index ef0b3b3..54a9ebe 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4153, +/**/ 4152, /**/ 4151,