Reference the big breaking refactoring in the startup message

This commit is contained in:
Maxime Coste 2018-06-03 15:07:52 +10:00
parent cc851d5c28
commit ed123a2cc9

View File

@ -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
{