mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-24 07:38:36 +00:00
Add to CHANGELOG
This commit is contained in:
parent
f510a4def6
commit
c6d620c99e
@ -3,6 +3,13 @@ CHANGELOG
|
|||||||
|
|
||||||
0.55.0
|
0.55.0
|
||||||
------
|
------
|
||||||
|
- Added `exact-boundary-match` type to the search syntax. When a search term is single-quoted, fzf will search for the exact occurrences of the string with both ends at word boundaries.
|
||||||
|
```sh
|
||||||
|
fzf --query "'here'" << EOF
|
||||||
|
come here
|
||||||
|
not there
|
||||||
|
EOF
|
||||||
|
```
|
||||||
- [bash] Fuzzy path completion is enabled for all commands
|
- [bash] Fuzzy path completion is enabled for all commands
|
||||||
- 1. If the default completion is not already set
|
- 1. If the default completion is not already set
|
||||||
- 2. And if the current bash supports `complete -D` option
|
- 2. And if the current bash supports `complete -D` option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user