]> granicus.if.org Git - vim/commitdiff
updated for version 7.2.385 v7.2.385
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Mar 2010 17:16:09 +0000 (18:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Mar 2010 17:16:09 +0000 (18:16 +0100)
Problem:    When in the command line window dragging status line only works
            for last-but-one window. (Jean Johner)
Solution:   Remove the code that disallows this.

src/ui.c
src/version.c

index e9d6beba74d2a7f84fa90a1a27ded29d02da67a6..8bafa15545833ac17cd0de4db3df9901f2a184c2 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -2598,14 +2598,7 @@ retnomove:
        if (cmdwin_type != 0 && wp != curwin)
        {
            /* A click outside the command-line window: Use modeless
-            * selection if possible.  Allow dragging the status line of
-            * windows just above the command-line window. */
-           if (wp->w_winrow + wp->w_height
-                      != curwin->w_prev->w_winrow + curwin->w_prev->w_height)
-           {
-               on_status_line = 0;
-               dragwin = NULL;
-           }
+            * selection if possible.  Allow dragging the status lines. */
 # ifdef FEAT_VERTSPLIT
            on_sep_line = 0;
 # endif
index f4eaa93e6aa1656f8ab581101929c0f58b1e404d..b4f673676ab24f88157b9b43234e2a115985f0c4 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    385,
 /**/
     384,
 /**/