diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-03-30 10:45:53 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-03-30 10:45:53 +0100 |
| commit | cd908bf6a387350f913f24a1dccb73b94496c217 (patch) | |
| tree | 654a205d3ed30a51097785bde3182ea0dad9ffb9 /src/input_handler.cc | |
| parent | 2a7335edefc8bc47e5f0501c4a973aacf15d47fc (diff) | |
minor cleanup
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 2613215f..2ade252b 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -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); |
