Bookmarks: consider delete_buffers option on session autoload

References https://github.com/mhinz/vim-startify/issues/231
This commit is contained in:
Marco Hinz 2016-07-01 01:48:25 +02:00
parent 41801d60cb
commit f41732a392

View file

@ -777,6 +777,7 @@ function! s:check_user_options(path) abort
if get(g:, 'startify_session_autoload') && filereadable(session)
execute 'silent bwipeout' a:path
call startify#session_delete_buffers()
execute 'source' session
elseif get(g:, 'startify_change_to_vcs_root')
call s:cd_to_vcs_root(a:path)