mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.3.239
Problem: Python corrects the cursor column without taking 'virtualedit' into account. (lilydjwg) Solution: Call check_cursor_col_win().
This commit is contained in:
@@ -8774,7 +8774,7 @@ unadjust_for_sel()
|
||||
{
|
||||
--pp->col;
|
||||
#ifdef FEAT_MBYTE
|
||||
mb_adjustpos(pp);
|
||||
mb_adjustpos(curbuf, pp);
|
||||
#endif
|
||||
}
|
||||
else if (pp->lnum > 1)
|
||||
|
Reference in New Issue
Block a user