Fix g:fzf_command_prefix not applied to History

/cc @atweiden
This commit is contained in:
Junegunn Choi 2015-10-01 03:30:46 +09:00
parent 75a51d7656
commit 95123eaf9b

View file

@ -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)