m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53: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 - Added `close` action
- Close preview window if open, abort fzf otherwise - Close preview window if open, abort fzf otherwise
- Bug fixes and improvements
0.25.0 0.25.0
------ ------

View File

@@ -2,7 +2,7 @@
set -u set -u
version=0.25.0 version=0.25.1
auto_completion= auto_completion=
key_bindings= key_bindings=
update_config=2 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 $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition