mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-08-12 02:42:31 +08:00
Make the appearance of History: and History/ consistent
This commit is contained in:
@@ -699,7 +699,7 @@ function! fzf#vim#search_history(...)
|
|||||||
return s:fzf('history-search', {
|
return s:fzf('history-search', {
|
||||||
\ 'source': s:history_source('/'),
|
\ 'source': s:history_source('/'),
|
||||||
\ 'sink*': s:function('s:search_history_sink'),
|
\ 'sink*': s:function('s:search_history_sink'),
|
||||||
\ 'options': '+m --ansi --prompt="Hist/> " --header-lines=1 --expect=ctrl-e --tiebreak=index'}, a:000)
|
\ 'options': '+m --ansi --prompt="Hist/> " --inline-info --header-lines=1 --header-border=horizontal --no-separator --expect=ctrl-e --tiebreak=index'}, a:000)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! fzf#vim#history(...)
|
function! fzf#vim#history(...)
|
||||||
|
|||||||
Reference in New Issue
Block a user