summaryrefslogtreecommitdiff
path: root/src/buffer_manager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer_manager.hh')
-rw-r--r--src/buffer_manager.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer_manager.hh b/src/buffer_manager.hh
index fd6ca23f..ca84c9e8 100644
--- a/src/buffer_manager.hh
+++ b/src/buffer_manager.hh
@@ -27,6 +27,7 @@ public:
size_t count() const { return m_buffers.size(); }
Buffer* get_buffer(const String& name);
+ void set_last_used_buffer(Buffer& buffer);
CandidateList complete_buffername(const String& prefix,
CharCount cursor_pos = -1);