[History] Fix #964

This commit is contained in:
Junegunn Choi
2020-03-16 00:37:35 +09:00
parent ef24327796
commit d16ddcf58d

View File

@@ -77,8 +77,9 @@ function! s:history(arg, extra, bang)
call fzf#vim#command_history(bang)
elseif a:arg[0] == '/'
call fzf#vim#search_history(bang)
else
call fzf#vim#history(a:extra, bang)
endif
call fzf#vim#history(a:extra, bang)
endfunction
function! fzf#complete(...)