minor cleanup

This commit is contained in:
Maxime Coste 2014-03-30 10:45:53 +01:00
parent 2a7335edef
commit cd908bf6a3

View File

@ -660,7 +660,7 @@ public:
}
m_completions.end = cursor_pos;
m_completions.begin = buffer.advance(m_completions.end, -candidate.length());
m_completions.timestamp = m_context.buffer().timestamp();
m_completions.timestamp = buffer.timestamp();
if (m_context.has_ui())
m_context.ui().menu_select(m_current_candidate);