mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-22 07:38:05 +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.