0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 9.0.0819

This commit is contained in:
Bram Moolenaar
2022-10-29 20:01:52 +01:00
parent 6ebe4f970b
commit 1577537f10
6 changed files with 20 additions and 8 deletions

View File

@@ -3150,6 +3150,7 @@ struct file_buffer
linenr_T b_no_eol_lnum; // non-zero lnum when last line of next binary
// write should not have an end-of-line
int b_start_eof; // last line had eof (CTRL-Z) when it was read
int b_start_eol; // last line had eol when it was read
int b_start_ffc; // first char of 'ff' when edit started
char_u *b_start_fenc; // 'fileencoding' when edit started or NULL