diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-11 21:33:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-11 21:33:32 +0000 |
commit | b348038631bb7cf318c56c19bf3ccae87e525687 (patch) | |
tree | 4a70ac042a7e6e82482031148520885a798254b2 /src/structs.h | |
parent | 292ad19e925d5f90d78af8cbae2cf449cf4253f7 (diff) | |
download | vim-git-b348038631bb7cf318c56c19bf3ccae87e525687.tar.gz |
updated for version 7.0167
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index 293b59f50..208b2d049 100644 --- a/src/structs.h +++ b/src/structs.h @@ -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; /* |