mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
main.c: Change to use redraw_later(VALID)
This commit is contained in:
parent
89c2747eed
commit
4719fdb3a4
@ -467,7 +467,7 @@ int main(int argc, char **argv)
|
|||||||
if (exmode_active || early_ui) {
|
if (exmode_active || early_ui) {
|
||||||
// Don't clear the screen when starting in Ex mode, or when an
|
// Don't clear the screen when starting in Ex mode, or when an
|
||||||
// embedding UI might have displayed messages
|
// embedding UI might have displayed messages
|
||||||
must_redraw = VALID;
|
redraw_later(VALID);
|
||||||
} else {
|
} else {
|
||||||
screenclear(); // clear screen
|
screenclear(); // clear screen
|
||||||
TIME_MSG("clearing screen");
|
TIME_MSG("clearing screen");
|
||||||
|
Loading…
Reference in New Issue
Block a user