diff options
Diffstat (limited to 'src/nvim/buffer.c')
| -rw-r--r-- | src/nvim/buffer.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index 8016904702..ade5c35450 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -689,6 +689,8 @@ void buf_clear_file(buf_T *buf)  {    buf->b_ml.ml_line_count = 1;    unchanged(buf, true, true); +  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; | 
