commit | 83eb885d544ed85d235f2e6f8211145d7cdeba57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 13:51:26 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 13:51:26 2007 +0000 |
tree | bf10bea06f9f599de61c4b90295936935f0ee8f7 | |
parent | 8c69d536ad83c82154748b2637631323361efb26 [diff] [blame] |
updated for version 7.1-066
diff --git a/src/structs.h b/src/structs.h index c85fc05..880f0b0 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1453,6 +1453,7 @@ #ifdef FEAT_MBYTE char_u *b_start_fenc; /* 'fileencoding' when edit started or NULL */ int b_bad_char; /* "++bad=" argument when edit started or 0 */ + int b_start_bomb; /* 'bomb' when it was read */ #endif #ifdef FEAT_EVAL