From c9fd8bd23b633d254940c77e40bb280e2332b579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 21 Oct 2015 16:58:37 +0200 Subject: vis: pass editor instance to keyboard action functions --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 4a79f98..3bc6a18 100644 --- a/config.def.h +++ b/config.def.h @@ -1281,7 +1281,7 @@ static void vis_mode_visual_line_enter(Vis *vis, Mode *old) { view_cursors_selection_start(c); vis_modes[VIS_MODE_OPERATOR].parent = &vis_modes[VIS_MODE_TEXTOBJ]; } - movement(NULL, &(const Arg){ .i = MOVE_LINE_END }); + movement(vis, NULL, &(const Arg){ .i = MOVE_LINE_END }); } static void vis_mode_visual_line_leave(Vis *vis, Mode *new) { -- cgit v1.2.3