Add ctags command renaming info in the startup message

This commit is contained in:
Maxime Coste 2017-06-23 10:23:26 +01:00
parent 45ac100c21
commit dc1b039282

View File

@ -47,7 +47,8 @@ static const char* startup_info =
" combine from/to register.\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" " * 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 struct startup_error : runtime_error
{ {