Home
last modified time | relevance | path

Searched refs:b_start_eol (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dchange.c915 buf->b_start_eol = buf->b_p_eol; in save_file_ff()
949 if ((buf->b_p_bin || !buf->b_p_fixeol) && buf->b_start_eol != buf->b_p_eol) in file_ff_differs()
H A Dnetbeans.c1506 buf->bufp->b_start_eol = *args == 'T'; in nb_do_cmd()
3431 if (!buf->bufp->b_start_eol) in print_read_msg()
H A Dstructs.h3042 int b_start_eol; // last line had eol when it was read member
H A Dfileio.c590 curbuf->b_start_eol = TRUE; in readfile()
H A Dbuffer.c768 buf->b_start_eol = TRUE; in buf_clear_file()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt7256 Solution: Set b_start_eol when clearing the buffer.