mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 12:12:02 -07:00
[vim] Prevent 'wildignore' from affecting expand() (#917)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user