diff --git a/src/ui.c b/src/ui.c index e9d6beba74..8bafa15545 100644 --- 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 diff --git a/src/version.c b/src/version.c index f4eaa93e6a..b4f673676a 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 385, /**/ 384, /**/