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.