mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.0819
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user