mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05: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.