mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-16 01:07:08 +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)
|
||||
endif
|
||||
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(...)
|
||||
return call('fzf#vim#complete', a:000)
|
||||
|
||||
Reference in New Issue
Block a user