diff --git a/autoload/startify.vim b/autoload/startify.vim index 58be315..df3825a 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -219,6 +219,8 @@ function! startify#session_write(spath) let ssop = &sessionoptions try set sessionoptions-=options + " prevent saving already deleted buffers that were in the arglist + silent! argdelete * execute 'mksession!' a:spath catch execute 'echoerr' string(v:exception)