From 9bba3ddf0d21b4053af47e8414335bd74cb8bb3b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 4 Oct 2017 06:46:14 +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 cedd7ff70..4733435bb 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -87,6 +87,8 @@ Fixes restores the correct previous window state (maximized/fullscreen). - When `input.insert_mode.auto_load` is set, background tabs now don't enter insert mode anymore. +- The keybinding help widget now works correctly when using keybindings with a + count. v0.11.1 (unreleased) --------------------