diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-19 22:14:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-19 22:14:58 +0000 |
commit | a9b1e74b5d1d59c0a071ccacfe9aaaca9b4a5cca (patch) | |
tree | d8f04d72858166b819689774455b575e601aa958 /src/structs.h | |
parent | 195d6357b436fb62459e5a352460d85e329347bb (diff) | |
download | vim-git-a9b1e74b5d1d59c0a071ccacfe9aaaca9b4a5cca.tar.gz |
updated for version 7.0174
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index 208b2d049..5b91cecb6 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1392,6 +1392,7 @@ struct file_buffer int b_start_ffc; /* first char of 'ff' when edit started */ #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 */ #endif #ifdef FEAT_EVAL |