mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-19 18:51:15 +08:00
Fix g:fzf_command_prefix not applied to History
/cc @atweiden
This commit is contained in:
@@ -70,7 +70,7 @@ function! s:history(arg, bang)
|
|||||||
call fzf#vim#history(ext)
|
call fzf#vim#history(ext)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
command! -bang -nargs=* History call s:history(<q-args>, <bang>0)
|
call s:defs(['command! -bang -nargs=* History call s:history(<q-args>, <bang>0)'])
|
||||||
|
|
||||||
function! fzf#complete(...)
|
function! fzf#complete(...)
|
||||||
return call('fzf#vim#complete', a:000)
|
return call('fzf#vim#complete', a:000)
|
||||||
|
|||||||
Reference in New Issue
Block a user