mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
batch draw :ls
This commit is contained in:
@@ -2654,9 +2654,9 @@ void buflist_list(exarg_T *eap)
|
|||||||
buf == curbuf ? (int64_t)curwin->w_cursor.lnum
|
buf == curbuf ? (int64_t)curwin->w_cursor.lnum
|
||||||
: (int64_t)buflist_findlnum(buf));
|
: (int64_t)buflist_findlnum(buf));
|
||||||
msg_outtrans(IObuff);
|
msg_outtrans(IObuff);
|
||||||
ui_flush(); // output one line at a time
|
line_breakcheck();
|
||||||
os_breakcheck();
|
|
||||||
}
|
}
|
||||||
|
ui_flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user