From a67aa85820c2e278e1c32fb8fdfe137523537ccb Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 16 Sep 2025 21:22:56 +0900 Subject: Style change: thinner gutter column (#4521) --- test/test_exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_exec.rb') diff --git a/test/test_exec.rb b/test/test_exec.rb index c02e8c94..339a2bde 100644 --- a/test/test_exec.rb +++ b/test/test_exec.rb @@ -403,7 +403,7 @@ class TestExec < TestInteractive end def test_become - tmux.send_keys "seq 100 | #{FZF} --bind 'enter:become:seq {} | #{FZF}'", :Enter + tmux.send_keys "seq 100 | fzf --bind 'enter:become:seq {} | fzf'", :Enter tmux.until { |lines| assert_equal 100, lines.match_count } tmux.send_keys 999 tmux.until { |lines| assert_equal 0, lines.match_count } -- cgit v1.2.3