From 2c09da50be80dbaf484682689bfd1a685d601573 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 25 Oct 2013 00:01:17 +0100 Subject: Add key mapping support --- src/buffer.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/buffer.cc') 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 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); -- cgit v1.2.3