Patch 7.4.125
Problem:    Win32: Dealing with messages may not work for multi-byte chars.
Solution:   Use pDispatchMessage(). (Ken Takata)
Files:      src/os_win32.c


*** ../vim-7.4.124/src/os_win32.c       2013-12-11 18:21:41.000000000 +0100
--- src/os_win32.c      2013-12-11 18:23:47.000000000 +0100
***************
*** 4282,4291 ****
      {
        MSG     msg;
  
!       if (PeekMessage(&msg, (HWND)NULL, 0, 0, PM_REMOVE))
        {
            TranslateMessage(&msg);
!           DispatchMessage(&msg);
        }
  
        /* write pipe information in the window */
--- 4282,4291 ----
      {
        MSG     msg;
  
!       if (pPeekMessage(&msg, (HWND)NULL, 0, 0, PM_REMOVE))
        {
            TranslateMessage(&msg);
!           pDispatchMessage(&msg);
        }
  
        /* write pipe information in the window */
*** ../vim-7.4.124/src/version.c        2013-12-11 18:21:41.000000000 +0100
--- src/version.c       2013-12-11 18:35:44.000000000 +0100
***************
*** 740,741 ****
--- 740,743 ----
  {   /* Add new patch number below this line */
+ /**/
+     125,
  /**/

-- 
Don't believe everything you hear or anything you say.

 /// Bram Moolenaar -- [email protected] -- 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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Raspunde prin e-mail lui