From dc1b039282d3602d9074e18eac02527a882a4a9a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 23 Jun 2017 10:23:26 +0100 Subject: [PATCH] Add ctags command renaming info in the startup message --- src/main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 6292b2fc..acd4d037 100644 --- a/src/main.cc +++ b/src/main.cc @@ -47,7 +47,8 @@ static const char* startup_info = " combine from/to register.\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"; +" explicit names (lint-next-error, grep-previous-match, ...)\n" +" * ctags commands have been renamed to use the ctags- prefix\n"; struct startup_error : runtime_error {