From dc189638751f1b647af0220e5e8831de5aeb8d8e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 24 Oct 2016 19:41:05 +0100 Subject: Make o/O open multiple lines when a count is given Fixes #873 --- src/input_handler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.hh') 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(); -- cgit v1.2.3