mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
fix: appease linter
This commit is contained in:
@@ -5104,7 +5104,7 @@ void buf_reload(buf_T *buf, int orig_mode)
|
||||
curwin->w_cursor = old_cursor;
|
||||
check_cursor();
|
||||
update_topline(curwin);
|
||||
keep_filetype = FALSE;
|
||||
keep_filetype = false;
|
||||
|
||||
/* Update folds unless they are defined manually. */
|
||||
FOR_ALL_TAB_WINDOWS(tp, wp) {
|
||||
|
Reference in New Issue
Block a user