mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-08 16:12:09 -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
|
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()
|
||||||
|
Reference in New Issue
Block a user