mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-13 12:33:44 +02:00
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. |
||
|---|---|---|
| .. | ||
| common.fish | ||
| common.sh | ||
| completion.bash | ||
| completion.fish | ||
| completion.zsh | ||
| key-bindings.bash | ||
| key-bindings.fish | ||
| key-bindings.zsh | ||
| update.sh | ||