Small startup message formatting tweak
This commit is contained in:
parent
74076ef9b7
commit
7389e37b4b
|
@ -49,8 +49,8 @@ static const char* startup_info =
|
|||
" * lint/grep/make next/prev commands have been renamed to more\n"
|
||||
" explicit names (lint-next-error, grep-previous-match, ...)\n"
|
||||
" * ctags commands have been renamed to use the ctags- prefix\n"
|
||||
" * completion_extra_word_char option is now extra_word_chars (note the plural form)\n"
|
||||
" and is used for word selection commands\n";
|
||||
" * completion_extra_word_char option is now extra_word_chars (note the\n"
|
||||
" plural form) and is used for word selection commands\n";
|
||||
|
||||
struct startup_error : runtime_error
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user