fzf/shell
Darren Bishop 4866c34361
Replace printf with builtin printf to by pass local indirections (#4684)
On macos, having run `brew install coreutils`, which installed GNU version of `printf`, this script/completion would sometimes complain about the (now missing) `-v` option usage.

This change set ensures the `-v` option is available where needed.

Note: there is a precedent of qualify which tool to run e.g. `command find ...`, `command dirname ...`, etc, so hopefully `builtin printf ...` should not cause any offense.
2026-03-01 19:13:16 +09:00
..
common.fish Add fish completion support (#4605) 2026-02-05 12:50:26 +09:00
common.sh [bash,zsh] Fix the version check for mawk (#4574) 2025-10-31 21:14:41 +09:00
completion.bash Replace printf with builtin printf to by pass local indirections (#4684) 2026-03-01 19:13:16 +09:00
completion.fish Add fish completion support (#4605) 2026-02-05 12:50:26 +09:00
completion.zsh Fix FZF_COMPLETION_{DIR,PATH}_OPTS ignored with custom compgen functions (#4679) 2026-02-20 10:59:43 +09:00
key-bindings.bash fix: rebind readline command redraw-current-line (#4635) 2026-01-03 01:44:49 +09:00
key-bindings.fish fish: Command history improvements (#4672) 2026-02-19 23:41:26 +09:00
key-bindings.zsh feat(zsh): Handle multi-line history selection (#4595) 2025-11-30 21:32:55 +09:00
update.sh Add fish completion support (#4605) 2026-02-05 12:50:26 +09:00