diff options
Diffstat (limited to 'ex/ex_move.c')
| -rw-r--r-- | ex/ex_move.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ex/ex_move.c b/ex/ex_move.c index d910a7530f81..d4895b81c5cc 100644 --- a/ex/ex_move.c +++ b/ex/ex_move.c @@ -57,7 +57,7 @@ ex_copy(SCR *sp, EXCMD *cmdp) /* Put the text into place. */ tm.lno = cmdp->lineno; tm.cno = 0; - if (put(sp, &cb, NULL, &tm, &m, 1)) + if (put(sp, &cb, NULL, &tm, &m, 1, 1)) rval = 1; else { /* |
