summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-12-15 19:41:32 +0000
committerMaxime Coste <frrrwww@gmail.com>2013-12-15 20:23:02 +0000
commitcb9384f8a76d94d387278d679ece9a692316b547 (patch)
tree7fa1a9a35d901f589d6e43ed71a6a4ddb28c6003 /src/input_handler.hh
parent7267b8281fbcc21d96bb8cb760d2a4e881b4d5e5 (diff)
move InsertMode to normal.hh
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index a1a461a4..93e0ae94 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -4,7 +4,7 @@
#include "color.hh"
#include "completion.hh"
#include "context.hh"
-#include "editor.hh"
+#include "normal.hh"
#include "keys.hh"
#include "string.hh"
#include "utils.hh"