mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
vim-patch:9.0.0862: default value of 'endoffile' is wrong (#21032)
Problem: Default value of 'endoffile' is wrong.
Solution: The default must be 'noendoffile'.
0aad88f073
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user