[vim] Prevent 'wildignore' from affecting expand() (#917)

This commit is contained in:
Junegunn Choi 2017-05-22 01:23:59 +09:00
parent 11300913a4
commit 3a5086796d
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -67,7 +67,7 @@ function! s:fzf_fnamemodify(fname, mods)
endfunction
function! s:fzf_expand(fmt)
return s:fzf_call('expand', a:fmt)
return s:fzf_call('expand', a:fmt, 1)
endfunction
function! s:fzf_tempname()