Document custom text object move in breaking changes

This commit is contained in:
Maxime Coste 2017-09-18 10:06:41 +09:00
parent a3644f49a3
commit 3d79395e63

View File

@ -45,7 +45,8 @@ static const char* startup_info =
" * 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"
" 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"
struct startup_error : runtime_error
{