summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-06-03 15:07:52 +1000
committerMaxime Coste <mawww@kakoune.org>2018-07-05 07:54:28 +1000
commited123a2cc90c56b18669ea99ff5da49f3650eaae (patch)
tree390d78f1acb8679debc24f8b0ace32f29dcfb7a1 /src
parentcc851d5c28ccaf79ff7982a44dbee742a776b892 (diff)
Reference the big breaking refactoring in the startup message
Diffstat (limited to 'src')
-rw-r--r--src/main.cc4
1 files 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"
" * <backtab> key is gone, use <s-tab> 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
{