0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0174

This commit is contained in:
Bram Moolenaar
2005-12-19 22:14:58 +00:00
parent 195d6357b4
commit a9b1e74b5d
12 changed files with 64 additions and 11 deletions

View File

@@ -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