diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-06-03 18:17:44 +0100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-06-03 18:17:44 +0100 |
| commit | 96813ee824c32bbec0c332ff1835385385907c2a (patch) | |
| tree | d5bbe1c62e9b55ffd62343e41060f15387c53ce6 /src | |
| parent | c1e4b4ff7977e00443ad6a728787ab3c9b0a7342 (diff) | |
Document the `*` behaviour change in the startup message
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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" " * <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 { |
