updated for version 7.2-225
diff --git a/src/structs.h b/src/structs.h
index 6d6c1d8..658e098 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -882,6 +882,8 @@
 {
     typebuf_T		save_typebuf;
     int			typebuf_valid;	    /* TRUE when save_typebuf valid */
+    int			old_char;
+    int			old_mod_mask;
     struct buffheader	save_stuffbuff;
 #ifdef USE_INPUT_BUF
     char_u		*save_inputbuf;