From 7a54c0edfe36a0a3fb428cfee211a3f87cf4f7a2 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 1 Mar 2018 15:36:25 +1100 Subject: [PATCH] Update status message with new breaking changes --- src/main.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.cc b/src/main.cc index 40712901b..8edfe82f1 100644 --- a/src/main.cc +++ b/src/main.cc @@ -45,8 +45,10 @@ static const char* startup_info = " less tolerant.\n" " * ModeChange hook has been introduced and is expected to replace\n" " the various ${MODE}Begin/${MODE}End hooks, consider those deprecated.\n" -" * '*' Does not strip whitespaces anymore, use built-in _ to strip them\n" -" * 'l' on eol will go to next line, 'h' on first char will go to previous\n"; +" * '*' Does not strip whitespaces anymore, use built-in '_' to strip them\n" +" * '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"; struct startup_error : runtime_error {