mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 12:12:02 -07:00
expand() may return an empty string depending on the value of &wildignore. Since expand('<sfile>') always returns an absolute path, we can remove expand() call here. Close #917.