1
0
forked from aniani/vim

updated for version 7.1-066

This commit is contained in:
Bram Moolenaar
2007-08-12 13:51:26 +00:00
parent 8c69d536ad
commit 83eb885d54
5 changed files with 22 additions and 1 deletions

View File

@@ -1453,6 +1453,7 @@ struct file_buffer
#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