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