diff src/message.c @ 1829:b54d2f702d41 v7.2.127

updated for version 7.2-127
author vimboss
date Tue, 24 Feb 2009 03:38:04 +0000
parents 484987f8e04c
children a58806285f20
line wrap: on
line diff
--- a/src/message.c
+++ b/src/message.c
@@ -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