0
0
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:
Bram Moolenaar
2011-07-07 15:08:58 +02:00
parent 5cfe2d760d
commit 03a807aaf4
7 changed files with 38 additions and 28 deletions

View File

@@ -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)