mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0208
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user