aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2020-12-23 23:19:33 +0100
committerMatthieu Coudron <mcoudron@hotmail.com>2020-12-24 00:21:05 +0100
commit7add3ef996db3fd6ec8d03d2b8d879c58934b6e5 (patch)
tree644b185f37197352178e824c549c9f5c93af3acd /src/nvim/fileio.c
parent45166313ccf15dac5dd45926e77c58240de79413 (diff)
downloadrneovim-7add3ef996db3fd6ec8d03d2b8d879c58934b6e5.tar.gz
rneovim-7add3ef996db3fd6ec8d03d2b8d879c58934b6e5.tar.bz2
rneovim-7add3ef996db3fd6ec8d03d2b8d879c58934b6e5.zip
fix: appease linter
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r--src/nvim/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c
index 7931452180..1b879add63 100644
--- a/src/nvim/fileio.c
+++ b/src/nvim/fileio.c
@@ -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) {