File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8328,7 +8328,6 @@ ex_execute(exarg_T *eap)
83288328 * follows is displayed on a new line when scrolling back at the
83298329 * more prompt. */
83308330 msg_sb_eol ();
8331- msg_start ();
83328331 }
83338332
83348333 if (eap -> cmdidx == CMD_echomsg )
Original file line number Diff line number Diff line change @@ -412,4 +412,14 @@ func Test_getcmdtype()
412412 cunmap <F6>
413413endfunc
414414
415+ func Test_verbosefile ()
416+ set verbosefile = Xlog
417+ echomsg ' foo'
418+ echomsg ' bar'
419+ set verbosefile =
420+ let log = readfile (' Xlog' )
421+ call assert_match (" foo\n bar" , join (log , " \n " ))
422+ call delete (' Xlog' )
423+ endfunc
424+
415425set cpo &
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+ 547 ,
767769/**/
768770 546 ,
769771/**/
You can’t perform that action at this time.
0 commit comments