diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-10-24 19:41:05 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-10-24 20:45:12 +0100 |
| commit | dc189638751f1b647af0220e5e8831de5aeb8d8e (patch) | |
| tree | a31c9bf60dec2ebdbbcfadb1dcf8afa8b0c0cbc0 /src/input_handler.hh | |
| parent | dbae81fa5ce83282b632b1fec14a1cd5dbf27b42 (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.hh | 2 |
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(); |
