From beb2cef7f9ed823dca40088c6fdc2835c46b7943 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 25 Mar 2018 11:37:08 +1100 Subject: [PATCH] Document rotate selection breaking change in startup message --- src/main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 3ac73b42..c9ea0d5b 100644 --- a/src/main.cc +++ b/src/main.cc @@ -49,7 +49,8 @@ static const char* startup_info = " * 'l' on eol will go to next line, 'h' on first char will go to previous\n" " * selections merging behaviour is now a bit more complex again\n" " * 'x' will only jump to next line if full line is already selected\n" -" * WORD text object moved to instead of W for consistency\n"; +" * WORD text object moved to instead of W for consistency\n" +" * rotate main selection moved to ), rotate content to , ( for backward\n"; struct startup_error : runtime_error {