mirror of
https://github.com/junegunn/fzf.git
synced 2026-09-14 15:12:00 +08: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.