m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00
This commit is contained in:
Junegunn Choi
2016-10-23 22:00:32 +09:00
parent 37f2d8f795
commit 9f30ca2923
5 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,13 @@
CHANGELOG
=========
0.15.5
------
- Setting foreground color will no longer set background color to black
- e.g. `fzf --color fg:153`
- `--tiebreak=end` will consider relative position instead of absolute distance
- Updated `fzf#wrap` function to respect `g:fzf_colors`
0.15.4
------
- Added support for range expression in preview and execute action