mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
'fillchars': fix defaults logic; handle ambiwidth=double #7986
Update tests.
This commit is contained in:
committed by
Justin M. Keyes
parent
0c930c2969
commit
384a39479a
@@ -812,7 +812,7 @@ return {
|
||||
vi_def=true,
|
||||
redraw={'all_windows'},
|
||||
varname='p_fcs',
|
||||
defaults={if_true={vi="vert:│,fold:·"}}
|
||||
defaults={if_true={vi=''}}
|
||||
},
|
||||
{
|
||||
full_name='fixendofline', abbreviation='fixeol',
|
||||
|
||||
Reference in New Issue
Block a user