vim-startify icon indicating copy to clipboard operation
vim-startify copied to clipboard

Don't process malformed file names

Open lanza opened this issue 2 years ago • 0 comments

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.

lanza avatar Dec 18 '23 20:12 lanza