mirror of
https://github.com/vim/vim.git
synced 2025-10-14 07:04:10 -04:00
updated for version 7.0162
This commit is contained in:
@@ -4541,6 +4541,9 @@ goto_byte(cnt)
|
||||
{
|
||||
curwin->w_cursor.lnum = lnum;
|
||||
curwin->w_cursor.col = (colnr_T)boff;
|
||||
# ifdef FEAT_VIRTUALEDIT
|
||||
curwin->w_cursor.coladd = 0;
|
||||
# endif
|
||||
curwin->w_set_curswant = TRUE;
|
||||
}
|
||||
check_cursor();
|
||||
|
Reference in New Issue
Block a user