m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Extend placeholder expression for multiple selections

Close #788
This commit is contained in:
Junegunn Choi
2017-01-27 16:38:42 +09:00
parent 95c77bfb98
commit ed57dcb924
4 changed files with 141 additions and 42 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.16.3
------
- Fixed a bug where fzf incorrectly display the lines when straddling tab
characters are trimmed
- Placeholder expression used in `--preview` and `execute` action can
optionally take `+` flag to be used with multiple selections
- e.g. `git log --oneline | fzf --multi --preview 'git show {+1}'`
0.16.2
------
- Dropped ncurses dependency