The canonical name for the documentation command is :doc, not :help

This commit is contained in:
Maxime Coste 2017-03-15 11:49:00 +00:00
parent 2cc1333f6b
commit 5705b6c6f9

View File

@ -45,7 +45,7 @@ static const char* startup_info =
" * BufNew and BufOpen hooks have been renamed to BufNewFile\n" " * BufNew and BufOpen hooks have been renamed to BufNewFile\n"
" and BufOpenFile.\n" " and BufOpenFile.\n"
" * The status line can be further customized.\n" " * The status line can be further customized.\n"
" See `help options modelinefmt`.\n"; " See `:doc options modelinefmt`.\n";
struct startup_error : runtime_error struct startup_error : runtime_error
{ {