From 96813ee824c32bbec0c332ff1835385385907c2a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 3 Jun 2017 18:17:44 +0100 Subject: [PATCH] Document the `*` behaviour change in the startup message --- src/main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 573ad825..11254e78 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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" " * and 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 {