diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index e938760e67..dc0561d560 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -649,7 +649,7 @@ return { no_mkrc=true, redraw={'statuslines'}, varname='p_eof', - defaults={if_true=true} + defaults={if_true=false} }, { full_name='endofline', abbreviation='eol', |