forked from aniani/vim
patch 8.2.3581: reading character past end of line
Problem: Reading character past end of line. Solution: Correct the cursor column.
This commit is contained in:
@@ -7774,6 +7774,7 @@ ex_put(exarg_T *eap)
|
||||
eap->forceit = TRUE;
|
||||
}
|
||||
curwin->w_cursor.lnum = eap->line2;
|
||||
check_cursor_col();
|
||||
do_put(eap->regname, NULL, eap->forceit ? BACKWARD : FORWARD, 1L,
|
||||
PUT_LINE|PUT_CURSLINE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user