summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
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 a26bbbd4..cc8ded68 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -53,7 +53,7 @@ public:
~InputHandler();
// switch to insert mode
- void insert(InsertMode mode);
+ void insert(InsertMode mode, int count);
// repeat last insert mode key sequence
void repeat_last_insert();