Make the appearance of History: and History/ consistent

This commit is contained in:
Junegunn Choi
2026-05-24 10:27:28 +09:00
parent b9b98ac574
commit 11d44b1805
+1 -1
View File
@@ -699,7 +699,7 @@ function! fzf#vim#search_history(...)
return s:fzf('history-search', {
\ 'source': s:history_source('/'),
\ '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
function! fzf#vim#history(...)