diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-23 01:14:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 01:14:30 +0100 |
commit | f3f1970597211c784190c4a1e1990d2386ac76a1 (patch) | |
tree | e55c16d1a7d134b091e11df06e36025cc8dd8288 /src/nvim/options.lua | |
parent | 15670ca1ad657945f69350b663e127f71f81d51c (diff) | |
parent | 384a39479a0b70abf9cd6ced0b5f1d53cd817c11 (diff) | |
download | rneovim-f3f1970597211c784190c4a1e1990d2386ac76a1.tar.gz rneovim-f3f1970597211c784190c4a1e1990d2386ac76a1.tar.bz2 rneovim-f3f1970597211c784190c4a1e1990d2386ac76a1.zip |
Merge #8035 from justinmk/teto-fillchars-pr
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 6e8100594d..34ff810410 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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', |