tasave_T tabuf;
int save_insertmode = p_im;
int save_finish_op = finish_op;
+ int save_opcount = opcount;
#ifdef FEAT_MBYTE
char_u *arg = NULL;
int l;
restart_edit = save_restart_edit;
p_im = save_insertmode;
finish_op = save_finish_op;
+ opcount = save_opcount;
msg_didout |= save_msg_didout; /* don't reset msg_didout now */
/* Restore the state (needed when called from a function executed for
* command interpreter. */
EXTERN int finish_op INIT(= FALSE);/* TRUE while an operator is pending */
+EXTERN int opcount INIT(= 0); /* count for pending operator */
/*
* ex mode (Q) state
oparg_T *oap;
int toplevel; /* TRUE when called from main() */
{
- static long opcount = 0; /* ca.opcount saved here */
cmdarg_T ca; /* command arguments */
int c;
int ctrl_w = FALSE; /* got CTRL-W command */
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 22,
/**/
21,
/**/