messages: batch draw :map

This commit is contained in:
Björn Linse
2019-09-07 12:17:29 +02:00
parent e6b7613e89
commit f72c7b0b3a

View File

@@ -5099,10 +5099,10 @@ 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;