aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.c b/vis.c
index ef98eea..8cab79a 100644
--- a/vis.c
+++ b/vis.c
@@ -1150,6 +1150,8 @@ static void openline(const Arg *arg) {
}
static void join(const Arg *arg) {
+ if (vis->action.count)
+ vis->action.count--;
operator(&(const Arg){ .i = OP_JOIN });
movement(arg);
}