mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
refactor(redraw): various simplifications
This commit is contained in:
@@ -2324,6 +2324,7 @@ static void do_intro_line(long row, char *mesg, int attr)
|
||||
/// @param eap
|
||||
void ex_intro(exarg_T *eap)
|
||||
{
|
||||
// TODO(bfredl): use msg_grid instead!
|
||||
screenclear();
|
||||
intro_message(true);
|
||||
wait_return(true);
|
||||
|
Reference in New Issue
Block a user