aboutsummaryrefslogtreecommitdiff
path: root/vis-motions.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-08-23 16:38:43 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-08-24 11:10:00 +0200
commit9091346d44f5b1e6f61249feede28846d22351f0 (patch)
treed61d9b774a805d1a651482f47a16d8d5d1d9940b /vis-motions.c
parente2d51321f7284d11d9344e22117db31372fbe7a0 (diff)
downloadvis-9091346d44f5b1e6f61249feede28846d22351f0.tar.gz
vis-9091346d44f5b1e6f61249feede28846d22351f0.tar.xz
vis: improve dot (repeat) command implmentation
Do not override implicit operator macro in command mode. Fix #334
Diffstat (limited to 'vis-motions.c')
-rw-r--r--vis-motions.c2
1 files changed, 1 insertions, 1 deletions
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);