diff --git a/autoload/startify.vim b/autoload/startify.vim index 3b9867a..06a7873 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -654,6 +654,10 @@ function! s:filter_oldfiles_unsafe(path_prefix, path_format, use_env) abort break endif + if !filereadable(fname) + continue + endif + if s:is_in_skiplist(fname) " https://github.com/mhinz/vim-startify/issues/353 continue