Document the *
behaviour change in the startup message
This commit is contained in:
parent
c1e4b4ff79
commit
96813ee824
|
@ -52,7 +52,8 @@ static const char* startup_info =
|
|||
" A new update-option command can be used to update the line/ranges\n"
|
||||
" according to buffer modification\n"
|
||||
" * <a-z> and <a-Z> are not append to/from register anymore but\n"
|
||||
" combine from/to register.\n";
|
||||
" combine from/to register.\n"
|
||||
" * `*` will now strip surrounding whitespaces from the selection\n";
|
||||
|
||||
struct startup_error : runtime_error
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user