mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
globals: cmd_silent is bool
This commit is contained in:
@@ -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++;
|
||||
|
Reference in New Issue
Block a user