[bash] Enable fuzzy path completion for all commands (#3958)

All commands with no custom completion defined.

Close #3957
This commit is contained in:
Junegunn Choi
2024-08-11 14:22:21 +09:00
committed by GitHub
parent 303d04106a
commit a2d0e8f233
2 changed files with 50 additions and 12 deletions

View File

@@ -1,6 +1,17 @@
CHANGELOG
=========
0.54.4
------
- [bash] Fuzzy path completion is enabled for all commands
- 1. If the default completion is not already set
- 2. And if the current bash supports `complete -D` option
- However, fuzzy completion for some commands can be "dynamically" disabled by the dynamic completion loader
- See the comment in `__fzf_default_completion` function for more information
- Fixed `--tmux bottom` when the status line is not at the bottom
- Fixed extra scroll offset in multi-line mode (`--read0` or `--wrap`)
- Added fallback `ps` command for `kill` completion on Cygwin
0.54.3
------
- Fixed incompatibility of adaptive height specification and 'start:reload'