From 69f3412a8d36b1a4a5da86ae472f7e345741b2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 28 Jul 2015 17:22:49 +0200 Subject: vis: pass cursor to operator implementations --- vis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.c') diff --git a/vis.c b/vis.c index 29dec97..dc30bda 100644 --- a/vis.c +++ b/vis.c @@ -1353,6 +1353,7 @@ static void action_do(Action *a) { .reg = reg, .linewise = a->linewise, .arg = &a->arg, + .cursor = cursor, }; if (a->movement) { -- cgit v1.2.3