summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-03-01 15:36:25 +1100
committerMaxime Coste <mawww@kakoune.org>2018-03-01 15:36:25 +1100
commit7a54c0edfe36a0a3fb428cfee211a3f87cf4f7a2 (patch)
treee48614ac9e4bac94217208adb0d38bfed9b1884f /src
parent28716ec058768bdc4fa13b0a9667604e6f307c4c (diff)
Update status message with new breaking changes
Diffstat (limited to 'src')
-rw-r--r--src/main.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 40712901..8edfe82f 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
{