summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06fe7d8f..fd49e20e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,22 @@
CHANGELOG
=========
+0.27.3
+------
+- Preview window is `hidden` by default when there are `preview` bindings but
+ `--preview` command is not given
+- Vim plugin
+ - `sinklist` is added as a synonym to `sink*` so that it's easier to add
+ a function to a spec dictionary
+ ```vim
+ let spec = { 'source': 'ls', 'options': ['--multi', '--preview', 'cat {}'] }
+ function spec.sinklist(matches)
+ echom string(a:matches)
+ endfunction
+
+ call fzf#run(fzf#wrap(spec))
+ ```
+
0.27.2
------
- 16 base ANSI colors can be specified by their names