]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-121 v7.0.121
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Oct 2006 11:56:24 +0000 (11:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Oct 2006 11:56:24 +0000 (11:56 +0000)
src/gui.c
src/version.c

index b8236c6abca55214358e80081ad4440635fa4acb..ed8276679684bd8074ff7cb81e03e2182f21373a 100644 (file)
--- 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
index e3b6b73b93eb92c07f8139a3343181558b8629c7..d115800faa5ae34bfa4f10d091380cf54670edbb 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    121,
 /**/
     120,
 /**/