Nvim: make :SClose close terminal buffers as well
Fixes https://github.com/mhinz/vim-startify/issues/382
This commit is contained in:
parent
a27df8325c
commit
9abd2c7684
|
@ -345,7 +345,7 @@ endfunction
|
|||
" Function: #session_delete_buffers {{{1
|
||||
function! startify#session_delete_buffers()
|
||||
if get(g:, 'startify_session_delete_buffers', 1)
|
||||
silent! %bdelete
|
||||
silent! %bdelete!
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Reference in a new issue