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