From 4dce836c5a695200a33b01e64ac729ceba6eaecb Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 16 Jan 2020 13:23:13 +0100 Subject: [PATCH 1/2] Fix version notes formatting --- src/main.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cc b/src/main.cc index dabbb7b2..94cc0b5e 100644 --- a/src/main.cc +++ b/src/main.cc @@ -45,11 +45,11 @@ struct { StringView notes; } constexpr version_notes[] = { { 20200116, - "» {+u}InsertCompletionHide{} parameter is now the list of inserted ranges" + "» {+u}InsertCompletionHide{} parameter is now the list of inserted ranges\n" }, { 20191210, - "» {+u}ModeChange{} parameter has changed to contain push/pop " - "{+ui}Mode{+u}Begin{}/{+ui}Mode{+u}End{} hooks were removed\n" + "» {+u}ModeChange{} parameter has changed to contain push/pop\n" + "» {+u}ModeBegin{}/{+u}ModeEnd{} hooks were removed\n" }, { 20190701, "» {+u}%file\\{}{} expansions to read files\n" From 8f350ad5a972275bf537788ff1a1bc3c812107c8 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Mon, 20 Jan 2020 09:46:11 +0100 Subject: [PATCH 2/2] Bring the italic formatting back --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 94cc0b5e..1ef6dffd 100644 --- a/src/main.cc +++ b/src/main.cc @@ -49,7 +49,7 @@ struct { }, { 20191210, "» {+u}ModeChange{} parameter has changed to contain push/pop\n" - "» {+u}ModeBegin{}/{+u}ModeEnd{} hooks were removed\n" + "» {+ui}Mode{+u}Begin{}/{+ui}Mode{+u}End{} hooks were removed\n" }, { 20190701, "» {+u}%file\\{}{} expansions to read files\n"