Mercurial > vim
diff src/ops.c @ 692:a28f83d37113
updated for version 7.0208
author | vimboss |
---|---|
date | Mon, 27 Feb 2006 00:08:02 +0000 |
parents | bcd2edc4539e |
children | 2af8de31a3a8 |
line wrap: on
line diff
--- a/src/ops.c +++ b/src/ops.c @@ -3249,7 +3249,7 @@ do_put(regname, dir, count, flags) if (flags & PUT_LINE_FORWARD) { /* Must be "p" for a Visual block, put lines below the block. */ - curwin->w_cursor = curbuf->b_visual_end; + curwin->w_cursor = curbuf->b_visual.vi_end; dir = FORWARD; } curbuf->b_op_start = curwin->w_cursor; /* default for '[ mark */