From ed123a2cc90c56b18669ea99ff5da49f3650eaae Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 3 Jun 2018 15:07:52 +1000 Subject: [PATCH] Reference the big breaking refactoring in the startup message --- src/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cc b/src/main.cc index cecf0d1d..5e784f5e 100644 --- a/src/main.cc +++ b/src/main.cc @@ -52,8 +52,8 @@ static const char* startup_info = " * faces are now scoped, set-face command takes an additional scope parameter\n" " * key is gone, use instead\n" " === Kakoune v2018.04.13 Released ===\n" -" * define-command -allow-override switch has been renamed -override\n" -" %sh{...} strings are not automatically reparsed anymore, use evaluate-commands %sh{...}\n"; +" * Big breaking refactoring of various Kakoune features, see `:doc changelog` for details\n" +" * define-command -allow-override switch has been renamed -override\n"; struct startup_error : runtime_error {