Merge remote-tracking branch 'nuao/autoshowcompl_opt'
This commit is contained in:
commit
430e4495f0
|
@ -1046,7 +1046,7 @@ public:
|
||||||
m_restore_cursor(mode == InsertMode::Append),
|
m_restore_cursor(mode == InsertMode::Append),
|
||||||
m_edition(context()),
|
m_edition(context()),
|
||||||
m_completer(context()),
|
m_completer(context()),
|
||||||
m_autoshowcompl(true),
|
m_autoshowcompl{context().options()["autoshowcompl"].get<bool>()},
|
||||||
m_idle_timer{TimePoint::max(), context().flags() & Context::Flags::Transient ?
|
m_idle_timer{TimePoint::max(), context().flags() & Context::Flags::Transient ?
|
||||||
Timer::Callback{} : [this](Timer&) {
|
Timer::Callback{} : [this](Timer&) {
|
||||||
if (m_autoshowcompl)
|
if (m_autoshowcompl)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user