0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2-225

This commit is contained in:
Bram Moolenaar
2009-07-09 16:24:19 +00:00
parent 031e0dd663
commit 13df0fea4b
3 changed files with 14 additions and 3 deletions

View File

@@ -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;