From c3441ae4a8d81c90a0ee90846d6d4d4a01bf1fe2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 17 Oct 2017 11:34:46 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 1d30a6d9e..e0b4caf6d 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -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.