mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
globals: cmd_silent is bool
This commit is contained in:
@@ -11235,7 +11235,7 @@ void get_user_input(const typval_T *const argvars,
|
||||
}
|
||||
}
|
||||
|
||||
int cmd_silent_save = cmd_silent;
|
||||
const bool cmd_silent_save = cmd_silent;
|
||||
|
||||
cmd_silent = false; // Want to see the prompt.
|
||||
// Only the part of the message after the last NL is considered as
|
||||
|
Reference in New Issue
Block a user