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

@@ -751,7 +751,7 @@ EXTERN cmdmod_T cmdmod; /* Ex command modifiers */
EXTERN int msg_silent INIT(= 0); // don't print messages
EXTERN int emsg_silent INIT(= 0); // don't print error messages
EXTERN bool emsg_noredir INIT(= false); // don't redirect error messages
EXTERN int cmd_silent INIT(= false); // don't echo the command line
EXTERN bool cmd_silent INIT(= false); // don't echo the command line
/* Values for swap_exists_action: what to do when swap file already exists */
#define SEA_NONE 0 /* don't use dialog */