File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -8319,6 +8319,15 @@ ex_execute(exarg_T *eap)
83198319
83208320 if (ret != FAIL && ga .ga_data != NULL )
83218321 {
8322+ if (eap -> cmdidx == CMD_echomsg || eap -> cmdidx == CMD_echoerr )
8323+ {
8324+ /* Mark the already saved text as finishing the line, so that what
8325+ * follows is displayed on a new line when scrolling back at the
8326+ * more prompt. */
8327+ msg_sb_eol ();
8328+ msg_start ();
8329+ }
8330+
83228331 if (eap -> cmdidx == CMD_echomsg )
83238332 {
83248333 MSG_ATTR (ga .ga_data , echo_attr );
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 467 ,
767769/**/
768770 466 ,
769771/**/
You can’t perform that action at this time.
0 commit comments