From e7912411ae174015314d28ceced0dc72ae42de69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 23 Oct 2015 13:04:50 +0200 Subject: vis: introduce vis_motion API --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') 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", -- cgit v1.2.3