diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2020-03-11 18:29:39 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2020-03-11 18:32:35 +0900 |
| commit | 50b7608f9d27c09093846e172f230d92b401f956 (patch) | |
| tree | c3257ce2128ee0329c161f2e2b1da2191abb0ccd /shell/key-bindings.bash | |
| parent | 7085e5b629dcc6eaef4205802f07979f535c8d5f (diff) | |
| download | fzf-50b7608f9d27c09093846e172f230d92b401f956.tar.gz | |
Change custom fuzzy completion API
To make it easier to write more complex fzf options. Although this
does not break backward compatibility, users are encouraged to update
their code accordingly.
# Before
_fzf_complete "FZF_ARG1 FZF_ARG2..." "$@" < <(
# Print candidates
)
# After
_fzf_complete FZF_ARG1 FZF_ARG2... -- "$@" < <(
# Print candidates
)
Diffstat (limited to 'shell/key-bindings.bash')
0 files changed, 0 insertions, 0 deletions
