mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

SDelete with session_persistence #535

Open bmatcuk opened 2 years ago

bmatcuk commented 2 years ago

Thanks for vim-startify! I've noticed that if I have let g:startify_session_persistence = 1, load a session, :SDelete it, and then quit vim, the session is recreated - presumably because vim-startify is keeping track of the session, even after the delete, and session persistence is saving when I quit.