summaryrefslogtreecommitdiff
path: root/src/buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.cc')
-rw-r--r--src/buffer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.cc b/src/buffer.cc
index 368d530e..249064bb 100644
--- a/src/buffer.cc
+++ b/src/buffer.cc
@@ -20,7 +20,8 @@ Buffer::Buffer(String name, Flags flags, std::vector<String> lines,
m_timestamp(0),
m_fs_timestamp(fs_timestamp),
m_hooks(GlobalHooks::instance()),
- m_options(GlobalOptions::instance())
+ m_options(GlobalOptions::instance()),
+ m_keymaps(GlobalKeymaps::instance())
{
BufferManager::instance().register_buffer(*this);