diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-06-22 17:34:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-06-22 17:34:26 +0000 |
commit | 35c9291be7653367db4799e2367647258c554705 (patch) | |
tree | 74fe13cf0638631a466f78ecb79e90b520aaa038 /src/gui_w48.c | |
parent | b39ef128c8f848a0b76025f07569450c764eb9eb (diff) | |
download | vim-35c9291be7653367db4799e2367647258c554705.zip |
updated for version 7.0-027
Diffstat (limited to 'src/gui_w48.c')
-rw-r--r-- | src/gui_w48.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui_w48.c b/src/gui_w48.c index 8fa049a9a..b106eed23 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c @@ -1664,7 +1664,11 @@ process_message(void) /* request is handled in normal.c */ } if (msg.message == WM_USER) + { + MyTranslateMessage(&msg) + DispatchMessage(&msg); return; + } #endif #ifdef MSWIN_FIND_REPLACE |