ex_docmd: merge parse_state_T with exarg_T

This commit is contained in:
Aufar Gilbran
2020-08-29 02:18:46 +08:00
parent 9a6fd99a4b
commit ba59ee9a15
2 changed files with 96 additions and 182 deletions

View File

@@ -169,6 +169,10 @@ struct exarg {
LineGetter getline; ///< Function used to get the next line
void *cookie; ///< argument for getline()
cstack_T *cstack; ///< condition stack for ":if" etc.
long verbose_save; ///< saved value of p_verbose
int save_msg_silent; ///< saved value of msg_silent
int did_esilent; ///< how many times emsg_silent was incremented
bool did_sandbox; ///< when true did sandbox++
};
#define FORCE_BIN 1 // ":edit ++bin file"