From 9091346d44f5b1e6f61249feede28846d22351f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 23 Aug 2016 16:38:43 +0200 Subject: vis: improve dot (repeat) command implmentation Do not override implicit operator macro in command mode. Fix #334 --- vis-motions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-motions.c') diff --git a/vis-motions.c b/vis-motions.c index 933142c..83bcb5a 100644 --- a/vis-motions.c +++ b/vis-motions.c @@ -322,7 +322,7 @@ bool vis_motion(Vis *vis, enum VisMotion motion, ...) { goto err; va_end(ap); - action_do(vis, &vis->action); + vis_do(vis); return true; err: va_end(ap); -- cgit v1.2.3