Fix version notes formatting

This commit is contained in:
Maxim Baz 2020-01-16 13:23:13 +01:00
parent 9ca479ed40
commit 4dce836c5a
No known key found for this signature in database
GPG Key ID: 011FDC52DA839335

View File

@ -45,11 +45,11 @@ struct {
StringView notes; StringView notes;
} constexpr version_notes[] = { { } constexpr version_notes[] = { {
20200116, 20200116,
"» {+u}InsertCompletionHide{} parameter is now the list of inserted ranges" "» {+u}InsertCompletionHide{} parameter is now the list of inserted ranges\n"
}, { }, {
20191210, 20191210,
"» {+u}ModeChange{} parameter has changed to contain push/pop " "» {+u}ModeChange{} parameter has changed to contain push/pop\n"
"{+ui}Mode{+u}Begin{}/{+ui}Mode{+u}End{} hooks were removed\n" "» {+u}ModeBegin{}/{+u}ModeEnd{} hooks were removed\n"
}, { }, {
20190701, 20190701,
"» {+u}%file\\{<filename>}{} expansions to read files\n" "» {+u}%file\\{<filename>}{} expansions to read files\n"