• R/O
  • SSH

vim: 提交

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

修訂f959cda54600f8d014cf3a3c69285c598985d828 (tree)
時間2006-06-23 02:34:26
作者vimboss
Commitervimboss

Log Message

updated for version 7.0-027

Change Summary

差異

diff -r 7bc38b35f1e8 -r f959cda54600 src/gui_w48.c
--- a/src/gui_w48.c Thu Jun 22 16:19:31 2006 +0000
+++ b/src/gui_w48.c Thu Jun 22 17:34:26 2006 +0000
@@ -1664,7 +1664,11 @@
16641664 /* request is handled in normal.c */
16651665 }
16661666 if (msg.message == WM_USER)
1667+ {
1668+ MyTranslateMessage(&msg)
1669+ DispatchMessage(&msg);
16671670 return;
1671+ }
16681672 #endif
16691673
16701674 #ifdef MSWIN_FIND_REPLACE
diff -r 7bc38b35f1e8 -r f959cda54600 src/version.c
--- a/src/version.c Thu Jun 22 16:19:31 2006 +0000
+++ b/src/version.c Thu Jun 22 17:34:26 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 27,
671+/**/
670672 26,
671673 /**/
672674 25,
Show on old repository browser