diff --git a/src/input_handler.cc b/src/input_handler.cc index 41a4df31..1ac60905 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -1046,7 +1046,7 @@ public: m_restore_cursor(mode == InsertMode::Append), m_edition(context()), m_completer(context()), - m_autoshowcompl(true), + m_autoshowcompl{context().options()["autoshowcompl"].get()}, m_idle_timer{TimePoint::max(), context().flags() & Context::Flags::Transient ? Timer::Callback{} : [this](Timer&) { if (m_autoshowcompl)