mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
fix(f_wait): flush UI before blocking (#25962)
This commit is contained in:
@@ -463,7 +463,7 @@ static int nlua_wait(lua_State *lstate)
|
||||
int pcall_status = 0;
|
||||
bool callback_result = false;
|
||||
|
||||
// Flush UI before blocking
|
||||
// Flush screen updates before blocking.
|
||||
ui_flush();
|
||||
|
||||
LOOP_PROCESS_EVENTS_UNTIL(&main_loop,
|
||||
|
Reference in New Issue
Block a user