mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 09:35:40 +08:00
fix(fillchars): fix fillchars
option
This commit is contained in:
parent
45a18b4f80
commit
54c5e8eb60
@ -46,7 +46,7 @@ function! SpaceVim#default#options() abort
|
|||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set nrformats-=octal
|
set nrformats-=octal
|
||||||
set listchars=tab:→\ ,eol:↵,trail:·,extends:↷,precedes:↶
|
set listchars=tab:→\ ,eol:↵,trail:·,extends:↷,precedes:↶
|
||||||
set fillchars=vert:|,fold:·
|
set fillchars=vert:│,fold:·
|
||||||
|
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user