• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revision88c68e59d39cee12c580f1df72a5759e58574978 (tree)
Time2007-08-30 17:35:35
Authorvimboss
Commitervimboss

Log Message

updated for version 7.1-088

Change Summary

Incremental Difference

diff -r 76a42a81f685 -r 88c68e59d39c src/gui_mac.c
--- a/src/gui_mac.c Tue Aug 21 16:03:51 2007 +0000
+++ b/src/gui_mac.c Thu Aug 30 08:35:35 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- MoveWindow(gui.VimWindow, x, y, TRUE);
3152+ MoveWindowStructure(gui.VimWindow, x, y, TRUE);
31533153 }
31543154
31553155 void
@@ -5556,7 +5556,7 @@
55565556 * SetDialogTracksCursor() : Get the I-beam cursor over input box
55575557 * MoveDialogItem(): Probably better than SetDialogItem
55585558 * SizeDialogItem(): (but is it Carbon Only?)
5559- * AutoSizeDialog(): Magic resize of dialog based on text lenght
5559+ * AutoSizeDialog(): Magic resize of dialog based on text length
55605560 */
55615561 }
55625562 #endif /* FEAT_DIALOG_GUI */
diff -r 76a42a81f685 -r 88c68e59d39c src/version.c
--- a/src/version.c Tue Aug 21 16:03:51 2007 +0000
+++ b/src/version.c Thu Aug 30 08:35:35 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 88,
671+/**/
670672 87,
671673 /**/
672674 86,
Show on old repository browser