To: vim_dev@googlegroups.com Subject: Patch 7.4.1694 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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) Files: src/gui_w32.c *** ../vim-7.4.1693/src/gui_w32.c 2016-03-15 18:09:53.317599021 +0100 --- src/gui_w32.c 2016-04-02 15:57:04.624619982 +0200 *************** *** 2218,2224 **** parse_queued_messages(); if (pPeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE) ! || MsgWaitForMultipleObjects(0, NULL, FALSE, 100, QS_ALLEVENTS) != WAIT_TIMEOUT) break; } --- 2218,2224 ---- parse_queued_messages(); if (pPeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE) ! || MsgWaitForMultipleObjects(0, NULL, FALSE, 100, QS_ALLINPUT) != WAIT_TIMEOUT) break; } *** ../vim-7.4.1693/src/version.c 2016-04-02 14:17:55.625482084 +0200 --- src/version.c 2016-04-02 15:58:18.567862664 +0200 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1694, /**/ -- hundred-and-one symptoms of being an internet addict: 193. You ask your girlfriend to drive home so you can sit back with your PDA and download the information to your laptop /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///