From 5fbaa2c9552d65ba39bb42a61de3664fac14e0d1 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 17 Jun 2017 08:47:14 +0100 Subject: [PATCH] Update startup info message Remove some old breaking changes, add the lint/make/grep command changes. --- src/main.cc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/main.cc b/src/main.cc index 0891e44e..6292b2fc 100644 --- a/src/main.cc +++ b/src/main.cc @@ -39,21 +39,15 @@ namespace Kakoune static const char* startup_info = "Kakoune recent breaking changes:\n" -" * (rotate selection contents) is now ,\n" -" is rotate selections backwards.\n" -" * The `identifier` face has been replaced with `variable`,\n" -" `function` and `module`, update your custom colorschemes\n" -" * BufNew and BufOpen hooks have been renamed to BufNewFile\n" -" and BufOpenFile.\n" -" * The status line can be further customized.\n" -" See `:doc options modelinefmt`.\n" " * Renamed range-faces/line-flags option types to range-specs/line-specs\n" " range-specs can be used by the new replace-range highlighter.\n" " 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" -" * `*` will now strip surrounding whitespaces from the selection\n"; +" * `*` will now strip surrounding whitespaces from the selection\n" +" * lint/grep/make next/prev commands have been renamed to more\n" +" explicit names (lint-next-error, grep-previous-match, ...)\n"; struct startup_error : runtime_error {