commit | bb86ebb0ef5f4013852ef86023060585d9a5f10a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 19:27:05 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 19:27:05 2015 +0200 |
tree | 0932b2f7e94984b05d7d1f89d9808e13bc6733b0 | |
parent | 0bbcb5c8efbfe5f1568f56b24ffd222d915916f6 [diff] [blame] |
patch 7.4.808 Problem: On MS-Windows 8 IME input doen't work correctly. Solution: Read console input before calling MsgWaitForMultipleObjects(). (vim-jp, Nobuhiro Takasaki)
diff --git a/src/version.c b/src/version.c index 996355f..86eda15 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 808, +/**/ 807, /**/ 806,