batch draw :ls

This commit is contained in:
Björn Linse
2019-07-03 22:42:11 +02:00
parent 27786df6a3
commit 9cec097ffa

View File

@@ -2654,9 +2654,9 @@ void buflist_list(exarg_T *eap)
buf == curbuf ? (int64_t)curwin->w_cursor.lnum
: (int64_t)buflist_findlnum(buf));
msg_outtrans(IObuff);
ui_flush(); // output one line at a time
os_breakcheck();
line_breakcheck();
}
ui_flush();
}
/*