diff options
Diffstat (limited to 'vis-motions.c')
| -rw-r--r-- | vis-motions.c | 2 |
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); |
