From 5705b6c6f938589d3a63a3e632bc93266c78ec17 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 15 Mar 2017 11:49:00 +0000 Subject: [PATCH] The canonical name for the documentation command is :doc, not :help --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index b592a7b3..f7cbdd54 100644 --- a/src/main.cc +++ b/src/main.cc @@ -45,7 +45,7 @@ static const char* startup_info = " * BufNew and BufOpen hooks have been renamed to BufNewFile\n" " and BufOpenFile.\n" " * The status line can be further customized.\n" -" See `help options modelinefmt`.\n"; +" See `:doc options modelinefmt`.\n"; struct startup_error : runtime_error {