Add information on InputModeChange hook in the startup message

This commit is contained in:
Maxime Coste 2017-12-29 10:00:45 +11:00
parent 6333ae207f
commit 49e028b847

View File

@ -45,7 +45,9 @@ static const char* startup_info =
" * Highlighters have been refactored to be part of scopes\n"
" the add-highlighter and remove-highlighter command syntax changed.\n"
" * Regex implementation switched to a custom one, the syntax is slightly\n"
" less tolerant.\n";
" less tolerant.\n"
" * InputModeChange hook has been introduced and is expected to replace\n"
" the various ${MODE}Begin/${MODE}End hooks, consider those deprecated.\n";
struct startup_error : runtime_error
{