diff options
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 113297412c..8c763767ad 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -880,7 +880,7 @@ void set_init_3(void) xfree(p); } - if (BUFEMPTY(curbuf)) { + if (buf_is_empty(curbuf)) { int idx_ffs = findoption_len(S_LEN("ffs")); // Apply the first entry of 'fileformats' to the initial buffer. |