0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -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

@@ -790,6 +790,8 @@ buf_clear_file(buf_T *buf)
buf->b_ml.ml_line_count = 1;
unchanged(buf, TRUE, TRUE);
buf->b_shortname = FALSE;
buf->b_p_eof = FALSE;
buf->b_start_eof = FALSE;
buf->b_p_eol = TRUE;
buf->b_start_eol = TRUE;
buf->b_p_bomb = FALSE;