From 51306d2d8fb9ff4f0d3bb1826bde81b287bf95d4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 24 Feb 2009 03:38:04 +0000 Subject: updated for version 7.2-127 --- src/message.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/message.c') diff --git a/src/message.c b/src/message.c index 66bab9e923..ffa45a1999 100644 --- 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 -- cgit v1.2.3