updated for version 7.2b-025
diff --git a/src/structs.h b/src/structs.h
index 31c3dfc..a485ec1 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -2076,6 +2076,10 @@
 #endif
     colnr_T	start_vcol;	/* start col for block mode operator */
     colnr_T	end_vcol;	/* end col for block mode operator */
+#ifdef FEAT_AUTOCMD
+    long	prev_opcount;	/* ca.opcount saved for K_CURSORHOLD */
+    long	prev_count0;	/* ca.count0 saved for K_CURSORHOLD */
+#endif
 } oparg_T;
 
 /*