summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-10-24 19:41:05 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-10-24 20:45:12 +0100
commitdc189638751f1b647af0220e5e8831de5aeb8d8e (patch)
treea31c9bf60dec2ebdbbcfadb1dcf8afa8b0c0cbc0 /src/input_handler.hh
parentdbae81fa5ce83282b632b1fec14a1cd5dbf27b42 (diff)
Make o/O open multiple lines when a count is given
Fixes #873
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();