diff options
| author | Maxim Baz <git@maximbaz.com> | 2020-01-16 13:23:13 +0100 |
|---|---|---|
| committer | Maxim Baz <git@maximbaz.com> | 2020-01-16 13:23:13 +0100 |
| commit | 4dce836c5a695200a33b01e64ac729ceba6eaecb (patch) | |
| tree | ce06190752c0132782bd78088715a786d520b925 /src | |
| parent | 9ca479ed40ceea29eb3b7949fb776e92e5f6e8dc (diff) | |
Fix version notes formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 6 |
1 files 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\\{<filename>}{} expansions to read files\n" |
