1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00

Remove listchars setting in guide

close #2939
This commit is contained in:
wsdjeg 2019-09-19 22:56:57 +08:00
parent 8e8a3533a3
commit e3564f6987

View File

@ -549,7 +549,8 @@ function! s:winopen() abort " {{{
setlocal nobuflisted buftype=nofile bufhidden=unload noswapfile setlocal nobuflisted buftype=nofile bufhidden=unload noswapfile
setlocal nocursorline nocursorcolumn colorcolumn= setlocal nocursorline nocursorcolumn colorcolumn=
setlocal winfixwidth winfixheight setlocal winfixwidth winfixheight
setlocal listchars= " @fixme not sure if the listchars should be changed!
" setlocal listchars=
call s:updateStatusline() call s:updateStatusline()
call s:toggle_hide_cursor() call s:toggle_hide_cursor()
endfunction " }}} endfunction " }}}