diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-10-16 20:19:43 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-10-16 20:45:53 +1100 |
| commit | e4fb70ebec80edcd17f0e00823780e4798a3fb1a (patch) | |
| tree | 8e45c2e340a63ca05aa73f8a44bf3c9d59494c0b /src/main.cc | |
| parent | 3a36a2486e12be9150e28fa81ac707d65c425d45 (diff) | |
Replace ModeChange hooks by ModePush and ModePop
Remove deprecated InsertBegin, InsertEnd, NormalBegin, NormalEnd
hooks.
Closes #2545
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index de2dba2d..5cc39286 100644 --- a/src/main.cc +++ b/src/main.cc @@ -44,6 +44,10 @@ struct { unsigned int version; const char* notes; } constexpr version_notes[] = { { + 0, + "» ModeChange parameter has changed to contain push/pop\n" + " ${Mode}Begin/${Mode}End hooks were removed\n" + }, { 20190701, "» %file{...} expansions to read files\n" "» echo -to-file <filename> to write to file\n" |
