mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
Merge pull request #13595 from teto/fix-filler
de curwinify some functions
This commit is contained in:
@@ -5105,8 +5105,8 @@ void buf_reload(buf_T *buf, int orig_mode)
|
||||
curwin->w_topline = old_topline;
|
||||
curwin->w_cursor = old_cursor;
|
||||
check_cursor();
|
||||
update_topline();
|
||||
keep_filetype = FALSE;
|
||||
update_topline(curwin);
|
||||
keep_filetype = false;
|
||||
|
||||
/* Update folds unless they are defined manually. */
|
||||
FOR_ALL_TAB_WINDOWS(tp, wp) {
|
||||
|
Reference in New Issue
Block a user