mirror of
https://github.com/junegunn/fzf.git
synced 2026-01-20 18:14:41 +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.