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

@@ -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