diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-23 13:04:50 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-25 22:46:42 +0100 |
| commit | e7912411ae174015314d28ceced0dc72ae42de69 (patch) | |
| tree | ba553d61876e5d1907427cca021833a56035df26 /config.def.h | |
| parent | 706c9e5131a6937ea5cf4ff0d0548097a243c223 (diff) | |
| download | vis-e7912411ae174015314d28ceced0dc72ae42de69.tar.gz vis-e7912411ae174015314d28ceced0dc72ae42de69.tar.xz | |
vis: introduce vis_motion API
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index c3a6c4c..84f49c5 100644 --- a/config.def.h +++ b/config.def.h @@ -544,12 +544,12 @@ static KeyAction vis_action[] = { [VIS_ACTION_TOTILL_REPEAT] = { "totill-repeat", "Repeat latest to/till motion", - totill_repeat, + movement, { .i = MOVE_TOTILL_REPEAT } }, [VIS_ACTION_TOTILL_REVERSE] = { "totill-reverse", "Repeat latest to/till motion but in opposite direction", - totill_reverse, + movement, { .i = MOVE_TOTILL_REVERSE } }, [VIS_ACTION_SEARCH_FORWARD] = { "search-forward", |
