mirror of
https://github.com/junegunn/fzf.git
synced 2026-06-14 19:53:26 +08:00
11300913a4
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.