mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
parent
8e8a3533a3
commit
e3564f6987
@ -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 " }}}
|
||||||
|
Loading…
Reference in New Issue
Block a user