Open
Description
The latest commit 7e41cd7 causes the E37: Buffer would be deleted
error to be displayed when using -
or :Dirvish
from a vim-startify window.
Of course there is a simple workaround to open vim with vim .
instead of just vim
followed by -
, but that won't help when opening startify manually from a vim session etc.
I'm not sure what the best solution is, whether some plugin/buffer types should be whitelisted, or whether the latest commit should have applied more specifically to git commits, or if a user-defined buffer variable should be introduced to bypass the error, e.g. au FileType startify let b:dirvish_allow_close = 1