m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Fix a bug where you cannot unset the default --nth using change-nth

This commit is contained in:
Junegunn Choi
2025-08-03 00:28:50 +09:00
parent da3d995709
commit af0014aba8
3 changed files with 17 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ CHANGELOG
0.65.1
------
- Fixed incorrect `$FZF_CLICK_HEADER_WORD` and `$FZF_CLICK_FOOTER_WORD` when the header or footer contains ANSI escape sequences and tab characters.
- Fixed a bug where you cannot unset the default `--nth` using `change-nth` action.
0.65.0
------