From: Bram Moolenaar Date: Sun, 8 Oct 2006 11:56:24 +0000 (+0000) Subject: updated for version 7.0-121 X-Git-Tag: v7.0.121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8838aeeea98d340a166e30dc2230a513816c0189;p=thirdparty%2Fvim.git updated for version 7.0-121 --- diff --git a/src/gui.c b/src/gui.c index b8236c6abc..ed82766796 100644 --- a/src/gui.c +++ b/src/gui.c @@ -2873,6 +2873,9 @@ button_set: */ if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT)) && Y_2_ROW(y) >= topframe->fr_height +# ifdef FEAT_WINDOWS + + firstwin->w_winrow +# endif && button != MOUSE_DRAG # ifdef FEAT_MOUSESHAPE && !drag_status_line diff --git a/src/version.c b/src/version.c index e3b6b73b93..d115800faa 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 121, /**/ 120, /**/