m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 09:33:42 -05:00

Fix inconsistent bonus points in exact match

Exact match would assign a different bonus point to the first character
when non-default --scheme was used.

Fix #3073
This commit is contained in:
Junegunn Choi
2022-12-04 22:14:11 +09:00
parent 3f079ba7c6
commit 6b207bbf2b
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ CHANGELOG
# No need to bind 'double-click' to the same action
fzf --bind 'enter:execute:less {}' # --bind 'double-click:execute:less {}'
```
- Minor rendering improvements
- Minor bug fixes and improvements
0.35.1
------