From b07f3b5b6c3143d27643c2b8106644fd93a54ccf Mon Sep 17 00:00:00 2001 From: Myk Date: Thu, 22 Sep 2022 17:43:56 -0700 Subject: [PATCH] stub help formatted same as real help --- library/lua/helpdb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/lua/helpdb.lua b/library/lua/helpdb.lua index 655b4143b..dc9eb1738 100644 --- a/library/lua/helpdb.lua +++ b/library/lua/helpdb.lua @@ -120,7 +120,7 @@ No help available. ]] local function make_default_entry(entry_name, help_source, kwargs) local default_long_help = DEFAULT_HELP_TEMPLATE:format( - entry_name, ('*'):rep(#entry_name)) + entry_name, ('='):rep(#entry_name)) return { help_source=help_source, short_help='No help available.',