From 5661ed6c833e05467cab33cb9b1c535e7e5cc570 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 24 Oct 2020 17:19:16 +0200 Subject: patch 8.2.1897: command modifiers are saved and set inconsistently Problem: Command modifiers are saved and set inconsistently. Solution: Separate parsing and applying command modifiers. Save values in cmdmod_T. --- src/ex_cmds.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/ex_cmds.h') diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 0b52c11ee0..d53b6df6d2 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -1883,12 +1883,6 @@ struct exarg void *cookie; // argument for getline() #ifdef FEAT_EVAL cstack_T *cstack; // condition stack for ":if" etc. -#endif - 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 -#ifdef HAVE_SANDBOX - int did_sandbox; // when TRUE did ++sandbox #endif }; -- cgit v1.2.3