globals: cmd_silent is bool

This commit is contained in:
Jan Edmund Lazo
2018-08-29 00:17:30 -04:00
parent 7c38f60b3b
commit 9fab77c7fb
5 changed files with 7 additions and 7 deletions

View File

@@ -541,7 +541,7 @@ int emsg(const char_u *s_)
// Reset msg_silent, an error causes messages to be switched back on.
msg_silent = 0;
cmd_silent = FALSE;
cmd_silent = false;
if (global_busy) { // break :global command
global_busy++;