comparison src/structs.h @ 30968:35265d9d24df v9.0.0819

patch 9.0.0819 Commit: https://github.com/vim/vim/commit/1577537f109d97a975fda9a899cacfb598617767 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 29 20:01:52 2022 +0100 patch 9.0.0819
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:48 +0100
parents 3a01529f17f5
children 360f286b5869
comparison
equal deleted inserted replaced
30967:eb2638f278bf 30968:35265d9d24df
3148 int b_ind_pragma; 3148 int b_ind_pragma;
3149 3149
3150 linenr_T b_no_eol_lnum; // non-zero lnum when last line of next binary 3150 linenr_T b_no_eol_lnum; // non-zero lnum when last line of next binary
3151 // write should not have an end-of-line 3151 // write should not have an end-of-line
3152 3152
3153 int b_start_eof; // last line had eof (CTRL-Z) when it was read
3153 int b_start_eol; // last line had eol when it was read 3154 int b_start_eol; // last line had eol when it was read
3154 int b_start_ffc; // first char of 'ff' when edit started 3155 int b_start_ffc; // first char of 'ff' when edit started
3155 char_u *b_start_fenc; // 'fileencoding' when edit started or NULL 3156 char_u *b_start_fenc; // 'fileencoding' when edit started or NULL
3156 int b_bad_char; // "++bad=" argument when edit started or 0 3157 int b_bad_char; // "++bad=" argument when edit started or 0
3157 int b_start_bomb; // 'bomb' when it was read 3158 int b_start_bomb; // 'bomb' when it was read