1
0
forked from aniani/vim

patch 8.2.4660: cursorcolumn is sometimes not correct

Problem:    Cursorcolumn is sometimes not correct.
Solution:   Recompute the cursor column when entering Insert mode and the
            cursor is on a character wider than a screen cell.
This commit is contained in:
Bram Moolenaar
2022-04-01 12:06:31 +01:00
parent 96e08e028c
commit 782c6744b4
5 changed files with 48 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4660,
/**/
4659,
/**/