1
0
forked from aniani/vim

updated for version 7.0167

This commit is contained in:
Bram Moolenaar
2005-12-11 21:33:32 +00:00
parent 292ad19e92
commit b348038631
8 changed files with 58 additions and 17 deletions

View File

@@ -432,6 +432,9 @@ typedef struct
int keepmarks; /* TRUE when ":keepmarks" was used */
int keepjumps; /* TRUE when ":keepjumps" was used */
int lockmarks; /* TRUE when ":lockmarks" was used */
# ifdef FEAT_AUTOCMD
char_u *save_ei; /* saved value of 'eventignore' */
# endif
} cmdmod_T;
/*