m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Suppress 'change' event during bracketed paste mode

Close #4316
This commit is contained in:
Junegunn Choi
2025-03-22 09:15:26 +09:00
parent 7e4dbb5f3b
commit 29cf28d845
7 changed files with 189 additions and 161 deletions

View File

@@ -8,6 +8,7 @@ CHANGELOG
# Display "Type to search" when the input is empty
fzf --ghost "Type to search"
```
- Bug fixes and improvements
0.60.3
------