diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-10-25 00:01:17 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-10-25 00:30:46 +0100 |
| commit | 2c09da50be80dbaf484682689bfd1a685d601573 (patch) | |
| tree | 6fe5efc4ef6ff1c379c388de48fdc0dd96b79981 /src/buffer.cc | |
| parent | 77ac777526a6a05c2d2027e30c0bbcf9720ad5b7 (diff) | |
Add key mapping support
Diffstat (limited to 'src/buffer.cc')
| -rw-r--r-- | src/buffer.cc | 3 |
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); |
