mhinz / vim-startify

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

Don't process malformed file names #552

Open lanza opened 8 months ago

lanza commented 8 months ago

I'm not sure what the cause was, but I ended up with an entry in my file list that was just some regex pattern. So the processing in this loop was crashing at the glob below. Fix this by ignoring non-existant files.