diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-07-09 16:24:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-07-09 16:24:19 +0000 |
commit | 13df0fea4b79d5b3184df8c39b077ae0f6163375 (patch) | |
tree | 11b15d6700389ef860d255f7b22f9f6edd137ad8 /src/structs.h | |
parent | 031e0dd6633784b68da32585bfab2dadc8cf3256 (diff) | |
download | vim-git-13df0fea4b79d5b3184df8c39b077ae0f6163375.tar.gz |
updated for version 7.2-225v7.2.225
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index 6d6c1d838..658e098e1 100644 --- a/src/structs.h +++ b/src/structs.h @@ -882,6 +882,8 @@ typedef struct { 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; |