diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-01-02 15:49:20 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-01-02 21:20:09 +0100 |
| commit | c44f18b0c4fff5122c683c108cd831ece1c46049 (patch) | |
| tree | ea9f318cbd067b1aca835b5597c1e2859d22750f /config.def.h | |
| parent | 11461b6fd50c1b1cd1e0a0c981d1b6b0c8bbc07e (diff) | |
| download | vis-c44f18b0c4fff5122c683c108cd831ece1c46049.tar.gz vis-c44f18b0c4fff5122c683c108cd831ece1c46049.tar.xz | |
Rip out insertion repeating infrastructure
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 0 insertions, 3 deletions
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[] = { |
