mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
Hide listchars when open guide windows
This commit is contained in:
parent
ca5465ab6e
commit
c13d665853
@ -535,6 +535,7 @@ function! s:winopen() abort " {{{
|
||||
setlocal nobuflisted buftype=nofile bufhidden=unload noswapfile
|
||||
setlocal nocursorline nocursorcolumn colorcolumn=
|
||||
setlocal winfixwidth winfixheight
|
||||
setlocal listchars=
|
||||
call s:updateStatusline()
|
||||
call s:toggle_hide_cursor()
|
||||
endfunction " }}}
|
||||
|
Loading…
Reference in New Issue
Block a user