mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
messages: batch draw :map
This commit is contained in:
@@ -5099,10 +5099,10 @@ static void uc_list(char_u *name, size_t name_len)
|
||||
if (p_verbose > 0) {
|
||||
last_set_msg(cmd->uc_script_ctx);
|
||||
}
|
||||
ui_flush();
|
||||
os_breakcheck();
|
||||
if (got_int)
|
||||
line_breakcheck();
|
||||
if (got_int) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (gap == &ucmds || i < gap->ga_len)
|
||||
break;
|
||||
|
Reference in New Issue
Block a user