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:
@@ -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
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user