Fix g:fzf_command_prefix not applied to History
/cc @atweiden
This commit is contained in:
parent
75a51d7656
commit
95123eaf9b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue