]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-127 v7.2.127
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Feb 2009 03:38:04 +0000 (03:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Feb 2009 03:38:04 +0000 (03:38 +0000)
src/message.c
src/version.c

index 66bab9e923a018d7e44c7fb9ffe2ab3d4d927b43..ffa45a1999471b5214b1d17a85871434ded1fe0b 100644 (file)
@@ -2553,7 +2553,6 @@ do_more_prompt(typed_char)
            {
                /* Jump to the choices of the dialog. */
                retval = TRUE;
-               lines_left = Rows - 1;
            }
            else
 #endif
@@ -2561,6 +2560,9 @@ do_more_prompt(typed_char)
                got_int = TRUE;
                quit_more = TRUE;
            }
+           /* When there is some more output (wrapping line) display that
+            * without another prompt. */
+           lines_left = Rows - 1;
            break;
 
 #ifdef FEAT_CLIPBOARD
index 8189b43905c89044f011adf2265113ae87748705..6877f67cd0aebed463de68f8764e7c46c5d56e52 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    127,
 /**/
     126,
 /**/