diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-16 21:22:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-16 21:22:56 +0900 |
| commit | a67aa85820c2e278e1c32fb8fdfe137523537ccb (patch) | |
| tree | 05f9f818606d18fd34c56037f0033a4540d41082 /test/lib/common.rb | |
| parent | c5cabe1691a0c486ae0ac733106aa1b843db2f59 (diff) | |
| download | fzf-a67aa85820c2e278e1c32fb8fdfe137523537ccb.tar.gz | |
Style change: thinner gutter column (#4521)
Diffstat (limited to 'test/lib/common.rb')
| -rw-r--r-- | test/lib/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/common.rb b/test/lib/common.rb index ec8b05e9..d93c7685 100644 --- a/test/lib/common.rb +++ b/test/lib/common.rb @@ -24,7 +24,7 @@ DEFAULT_TIMEOUT = 10 FILE = File.expand_path(__FILE__) BASE = File.expand_path('../..', __dir__) Dir.chdir(BASE) -FZF = "FZF_DEFAULT_OPTS=\"--no-scrollbar --pointer \\> --marker \\>\" FZF_DEFAULT_COMMAND= #{BASE}/bin/fzf".freeze +FZF = %[FZF_DEFAULT_OPTS="--no-scrollbar --gutter ' ' --pointer '>' --marker '>'" FZF_DEFAULT_COMMAND= #{BASE}/bin/fzf].freeze def wait(timeout = DEFAULT_TIMEOUT) since = Time.now |
