Explorar o código

Nvim: make :SClose close terminal buffers as well

Fixes https://github.com/mhinz/vim-startify/issues/382
Marco Hinz %!s(int64=6) %!d(string=hai) anos
pai
achega
9abd2c7684
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -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