summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-08-19 20:51:08 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-08-19 20:51:26 +0900
commit8cb59e6fcac3dce8dfa44b678fdc94cf81efa11b (patch)
tree187f1d5671c039229bd77701c4445256e0d830a6 /CHANGELOG.md
parent5cce17e80a326680b503a51aadcf570cc089ea5c (diff)
downloadfzf-8cb59e6fcac3dce8dfa44b678fdc94cf81efa11b.tar.gz
[vim] Add 'exit' callback
A spec can have `exit` callback that is called with the exit status of fzf. This can be used to clean up temporary resources or restore the original state when fzf is closed without a selection.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ccb85c8..24a13b4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,8 @@ CHANGELOG
fzf --preview "printf '<< \e]8;;http://github.com/junegunn/fzf\e\\Link to \e[32mfz\e[0mf\e]8;;\e\\ >>'"
```
+- [vim] A spec can have `exit` callback that is called with the exit status of fzf
+ - This can be used to clean up temporary resources or restore the original state when fzf is closed without a selection
- Fixed `--tmux bottom` when the status line is not at the bottom
- Fixed extra scroll offset in multi-line mode (`--read0` or `--wrap`)
- Added fallback `ps` command for `kill` completion on Cygwin