[vim] Do not expand s:fzf_go
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.
Loading
Please register or sign in to comment