diff --git a/src/normal.cc b/src/normal.cc index 34863615..d35b9d15 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -421,7 +421,7 @@ void command(Context& context, int) if (context.has_ui()) { context.ui().info_hide(); - if (event == PromptEvent::Change) + if (event == PromptEvent::Change and context.options()["autoinfo"].get()) { auto info = CommandManager::instance().command_info(cmdline); ColorPair col = get_color("Information");