mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-15 01:11:09 +03:00
Update status message with new breaking changes
This commit is contained in:
parent
28716ec058
commit
7a54c0edfe
@ -45,8 +45,10 @@ static const char* startup_info =
|
|||||||
" less tolerant.\n"
|
" less tolerant.\n"
|
||||||
" * ModeChange hook has been introduced and is expected to replace\n"
|
" * ModeChange hook has been introduced and is expected to replace\n"
|
||||||
" the various ${MODE}Begin/${MODE}End hooks, consider those deprecated.\n"
|
" the various ${MODE}Begin/${MODE}End hooks, consider those deprecated.\n"
|
||||||
" * '*' Does not strip whitespaces anymore, use built-in _ to strip them\n"
|
" * '*' Does not strip whitespaces anymore, use built-in '_' to strip them\n"
|
||||||
" * 'l' on eol will go to next line, 'h' on first char will go to previous\n";
|
" * 'l' on eol will go to next line, 'h' on first char will go to previous\n"
|
||||||
|
" * selections merging behaviour is now a bit more complex again\n"
|
||||||
|
" * 'x' will only jump to next line if full line is already selected\n";
|
||||||
|
|
||||||
struct startup_error : runtime_error
|
struct startup_error : runtime_error
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user