From c44f18b0c4fff5122c683c108cd831ece1c46049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 2 Jan 2015 15:49:20 +0100 Subject: Rip out insertion repeating infrastructure --- config.def.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3d5500f..58af491 100644 --- a/config.def.h +++ b/config.def.h @@ -568,9 +568,6 @@ static void vis_mode_insert_idle(void) { static void vis_mode_insert_input(const char *str, size_t len) { editor_insert_key(vis, str, len); - /* make sure we can repeat the last insert */ - action_reset(&action_prev); - action_prev.op = &ops[OP_REPEAT_INSERT]; } static KeyBinding vis_mode_replace[] = { -- cgit v1.2.3