summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-10-08 11:56:24 +0000
committerBram Moolenaar <Bram@vim.org>2006-10-08 11:56:24 +0000
commit8838aeeea98d340a166e30dc2230a513816c0189 (patch)
treea85f329b6ad1589989d269fab088d73e8786e278
parent21bffa755081d938e5a229542268301362d4df69 (diff)
downloadvim-git-8838aeeea98d340a166e30dc2230a513816c0189.tar.gz
updated for version 7.0-121v7.0.121
-rw-r--r--src/gui.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/gui.c b/src/gui.c
index b8236c6ab..ed8276679 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 e3b6b73b9..d115800fa 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 */
/**/
+ 121,
+/**/
120,
/**/
119,