If the Startify screen was the last buffer I closed, when I start Vim, I see these errors:
Error detected while processing /Users/bz/.vim/plugged/vim-startify/syntax/startify.vim:
line 31:
E121: Undefined variable: g:startify_header
Press ENTER or type command to continue
Error detected while processing /Users/bz/.vim/plugged/vim-startify/syntax/startify.vim:
line 31:
E116: Invalid arguments for function len(g:startify_header) + 2) .'l/'
And then Vim opens what looks like an empty buffer.
When I try to go to the Startify screen with :Startify, I see:
Error detected while processing function startify#insane_in_the_membrane:
line 49:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
If the Startify screen was the last buffer I closed, when I start Vim, I see these errors:
And then Vim opens what looks like an empty buffer.
When I try to go to the Startify screen with
:Startify
, I see:Which seems related to https://github.com/mhinz/vim-startify/issues/406.
I can however get back to the Startify screen if I use
:SClose
.Also no errors when the last buffer I close is another file.