Fix onkey autoinfo
This commit is contained in:
parent
b0d696d994
commit
7cf7f121e8
|
@ -1416,7 +1416,7 @@ DisplayLine InputHandler::mode_line() const
|
||||||
|
|
||||||
bool show_auto_info_ifn(StringView title, StringView info, AutoInfo mask, const Context& context)
|
bool show_auto_info_ifn(StringView title, StringView info, AutoInfo mask, const Context& context)
|
||||||
{
|
{
|
||||||
if ((context.options()["autoinfo"].get<AutoInfo>() & mask) or
|
if (not (context.options()["autoinfo"].get<AutoInfo>() & mask) or
|
||||||
not context.has_ui())
|
not context.has_ui())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user