From afe666ee88c7706954d6d6bea70ac18ecfd20312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 25 Oct 2015 21:36:23 +0100 Subject: vis: clean up mark handling --- 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 e299835..9d049fb 100644 --- a/config.def.h +++ b/config.def.h @@ -524,12 +524,12 @@ static KeyAction vis_action[] = { [VIS_ACTION_MARK_GOTO] = { "mark-goto", "Goto the position of the given mark", - mark, + mark_motion, { .i = MOVE_MARK } }, [VIS_ACTION_MARK_GOTO_LINE] = { "mark-goto-line", "Goto first non-blank character of the line containing the given mark", - mark_line, + mark_motion, { .i = MOVE_MARK_LINE } }, [VIS_ACTION_REDRAW] = { "editor-redraw", -- cgit v1.2.3