mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
api: add API for themes
co-author: hlpr98 <hlpr98@gmail.com> (dict2hlattrs function) orange is sus?? NOVEMBER DAWN erase the lie that is redraw_later()
This commit is contained in:
@@ -446,7 +446,7 @@ int main(int argc, char **argv)
|
||||
if (exmode_active || use_remote_ui || use_builtin_ui) {
|
||||
// Don't clear the screen when starting in Ex mode, or when a UI might have
|
||||
// displayed messages.
|
||||
redraw_later(VALID);
|
||||
redraw_later(curwin, VALID);
|
||||
} else {
|
||||
screenclear(); // clear screen
|
||||
TIME_MSG("clearing screen");
|
||||
|
Reference in New Issue
Block a user