• R/O
  • SSH

vim: 提交

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


Commit MetaInfo

修訂e2f5c1597829256cfd784681163c232bf907f1c9 (tree)
時間2007-08-30 19:51:14
作者vimboss
Commitervimboss

Log Message

updated for version 7.1-092

Change Summary

差異

diff -r 53b2bedccfdf -r e2f5c1597829 src/gui_mac.c
--- a/src/gui_mac.c Thu Aug 30 10:26:19 2007 +0000
+++ b/src/gui_mac.c Thu Aug 30 10:51:14 2007 +0000
@@ -3149,7 +3149,7 @@
31493149 /* TODO: Should make sure the window is move within range
31503150 * e.g.: y > ~16 [Menu bar], x > 0, x < screen width
31513151 */
3152- MoveWindowStructure(gui.VimWindow, x, y, TRUE);
3152+ MoveWindowStructure(gui.VimWindow, x, y);
31533153 }
31543154
31553155 void
@@ -5293,7 +5293,7 @@
52935293 short itemType;
52945294 short useIcon;
52955295 short width;
5296- short totalButtonWidth = 0; /* the width of all button together
5296+ short totalButtonWidth = 0; /* the width of all buttons together
52975297 including spacing */
52985298 short widestButton = 0;
52995299 short dfltButtonEdge = 20; /* gut feeling */
@@ -5483,7 +5483,7 @@
54835483 {
54845484
54855485 macMoveDialogItem(theDialog, button, buttonItm.box.left, buttonItm.box.top, &box);
5486- /* With vertical, it's better to have all button the same lenght */
5486+ /* With vertical, it's better to have all buttons the same length */
54875487 if (vertical)
54885488 {
54895489 macSizeDialogItem(theDialog, button, widestButton, 0);
diff -r 53b2bedccfdf -r e2f5c1597829 src/version.c
--- a/src/version.c Thu Aug 30 10:26:19 2007 +0000
+++ b/src/version.c Thu Aug 30 10:51:14 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 92,
671+/**/
670672 91,
671673 /**/
672674 90,
Show on old repository browser