m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Do not hide separator by default on --info=inline-right|hidden

This commit is contained in:
Junegunn Choi
2024-04-04 00:05:55 +09:00
parent c30e486b64
commit 8a2df79711
5 changed files with 113 additions and 73 deletions

View File

@@ -1719,7 +1719,7 @@ class TestGoFZF < TestBase
end
def test_info_hidden
tmux.send_keys 'seq 10 | fzf --info=hidden', :Enter
tmux.send_keys 'seq 10 | fzf --info=hidden --no-separator', :Enter
tmux.until { |lines| assert_equal '> 1', lines[-2] }
end