mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
[History] Fix #964
This commit is contained in:
@@ -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(...)
|
||||
|
||||
Reference in New Issue
Block a user