summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2020-02-07 07:02:32 +1100
committerMaxime Coste <mawww@kakoune.org>2020-02-07 07:02:32 +1100
commitfbd75d91ec8d2a9b08a0c9aa35470a9f8347407a (patch)
tree092c0dd75a682f5fb134174448bff64acd6239fb /src
parent8b633aa79a7fb3dc3d7c5bbe9637918866c3df63 (diff)
parent8f350ad5a972275bf537788ff1a1bc3c812107c8 (diff)
Merge remote-tracking branch 'maximbaz/notes-formatting'
Diffstat (limited to 'src')
-rw-r--r--src/main.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cc b/src/main.cc
index 06af9111..e9d5bf36 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"
+ "» {+ui}Mode{+u}Begin{}/{+ui}Mode{+u}End{} hooks were removed\n"
}, {
20190701,
"» {+u}%file\\{<filename>}{} expansions to read files\n"