mhinz / vim-startify

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

Move filename escaping to just before execution #546

Open ViViDboarder opened 1 year ago

ViViDboarder commented 1 year ago

This resolves the issue with passing escaped paths into functions that don't support escaped paths. Eg. isdirectory()

Fixes #454