m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00
This commit is contained in:
Junegunn Choi
2021-02-03 22:32:52 +09:00
parent 1b61e5e9e9
commit 1c668e0720
3 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ CHANGELOG
------
- Added `close` action
- Close preview window if open, abort fzf otherwise
- Bug fixes and improvements
0.25.0
------

View File

@@ -2,7 +2,7 @@
set -u
version=0.25.0
version=0.25.1
auto_completion=
key_bindings=
update_config=2

View File

@@ -1,4 +1,4 @@
$version="0.25.0"
$version="0.25.1"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition