summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-08-30 08:35:35 +0000
committervimboss <devnull@localhost>2007-08-30 08:35:35 +0000
commitb52c884996da4ff2ae02128230313a96aa2a0055 (patch)
tree344fdbb0667c2d7eb7073090e09806b9d1fae2fd
parentdbc14d67025c27bad6afb1e15c69179e76ad4987 (diff)
downloadvim-b52c884996da4ff2ae02128230313a96aa2a0055.tar.gz
updated for version 7.1-088v7.1.088v7-1-088
-rw-r--r--src/gui_mac.c4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 2d3da309..9205e33d 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -3149,7 +3149,7 @@ gui_mch_set_winpos(int x, int y)
/* TODO: Should make sure the window is move within range
* e.g.: y > ~16 [Menu bar], x > 0, x < screen width
*/
- MoveWindow(gui.VimWindow, x, y, TRUE);
+ MoveWindowStructure(gui.VimWindow, x, y, TRUE);
}
void
@@ -5556,7 +5556,7 @@ gui_mch_dialog(
* SetDialogTracksCursor() : Get the I-beam cursor over input box
* MoveDialogItem(): Probably better than SetDialogItem
* SizeDialogItem(): (but is it Carbon Only?)
- * AutoSizeDialog(): Magic resize of dialog based on text lenght
+ * AutoSizeDialog(): Magic resize of dialog based on text length
*/
}
#endif /* FEAT_DIALOG_GUI */
diff --git a/src/version.c b/src/version.c
index 100913e3..f006e424 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 88,
+/**/
87,
/**/
86,