Update changelog

This commit is contained in:
Florian Bruhin 2017-10-17 11:34:46 +02:00
parent c233099bca
commit c3441ae4a8

View File

@ -25,6 +25,8 @@ Added
- New `colors.statusbar.passthrough.fg`/`.bg` settings.
- New `completion.delay` and `completion.min_chars` settings to update the
completion less often.
- New `completion.use_best_match` setting to automatically use the best-matching
command in the completion.
- New `:tab-give` and `:tab-take` commands, to give tabs to another window, or
take them from another window.