Update breaking changes message
This commit is contained in:
parent
d49555fc75
commit
7064e890f5
|
@ -39,14 +39,11 @@ namespace Kakoune
|
||||||
|
|
||||||
static const char* startup_info =
|
static const char* startup_info =
|
||||||
"Kakoune recent breaking changes:\n"
|
"Kakoune recent breaking changes:\n"
|
||||||
" * lint/grep/make next/prev commands have been renamed to more\n"
|
|
||||||
" explicit names (lint-next-error, grep-previous-match, ...)\n"
|
|
||||||
" * ctags commands have been renamed to use the ctags- prefix\n"
|
|
||||||
" * completion_extra_word_char option is now extra_word_chars (note the\n"
|
|
||||||
" plural form) and is used for word selection commands\n"
|
|
||||||
" * selection extending behaviour has been simplified, it now just\n"
|
" * selection extending behaviour has been simplified, it now just\n"
|
||||||
" maintain the current anchor and moves the cursor,\n"
|
" maintain the current anchor and moves the cursor,\n"
|
||||||
" * Custom text objects are bound to 'c' instead of ':'\n";
|
" * Custom text objects are bound to 'c' instead of ':'\n"
|
||||||
|
" * Highlighters have been refactored to be part of scopes\n"
|
||||||
|
" the add-highlighter and remove-highlighter command syntax changed.\n";
|
||||||
|
|
||||||
struct startup_error : runtime_error
|
struct startup_error : runtime_error
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user