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

pull/931/head
Junegunn Choi 7 years ago
parent 11300913a4
commit 3a5086796d
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -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()

Loading…
Cancel
Save