Skip to content
Snippets Groups Projects
Unverified Commit 3a508679 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

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

parent 11300913
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ function! s:fzf_fnamemodify(fname, mods) ...@@ -67,7 +67,7 @@ function! s:fzf_fnamemodify(fname, mods)
endfunction endfunction
function! s:fzf_expand(fmt) function! s:fzf_expand(fmt)
return s:fzf_call('expand', a:fmt) return s:fzf_call('expand', a:fmt, 1)
endfunction endfunction
function! s:fzf_tempname() function! s:fzf_tempname()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment