m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00
This commit is contained in:
Junegunn Choi
2025-05-04 18:31:18 +09:00
parent c6d83047e5
commit d226d841a1
6 changed files with 7 additions and 6 deletions

View File

@@ -30,7 +30,8 @@ CHANGELOG
- You can trigger CTRL-R in the middle of a command to insert the selected item
- You can delete history items with SHIFT-DEL
- Bug fixes and improvements
- Fixed unnecessary 100ms delay after `reload`
- Fixed unnecessary 100ms delay after `reload` (#4364)
- Fixed `selected-bg` not applied to colored items (#4372)
0.61.3
------