mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
vim-patch:9.0.0819: still a build error, tests are failing
Problem: Still a build error, tests are failing.
Solution: Correct recent changes. Add missing init for 'eof'.
1577537f10
vim-patch:1577537f109d
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user