commit | f28d87146544e3b5d70aaa6a2513019f6de043ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 15:59:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 15:59:40 2016 +0200 |
tree | 71540de2a58e46fe030fda097e4637faab604e56 | |
parent | 8e77bad3c18245f05a3db3acc566856d30667db8 [diff] [blame] |
patch 7.4.1694 Problem: Win32 gvim doesn't work with "dvorakj" input method. Solution: Wait for QS_ALLINPUT instead of QS_ALLEVENTS. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index cdf05e1..552bb6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1694, +/**/ 1693, /**/ 1692,