commit | 782c6744b49b30d9460ed00d4773666e42e07163 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 12:06:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 12:06:31 2022 +0100 |
tree | bf703612f9646593492f7dbc275896791095d39e | |
parent | 96e08e028cbcda23dccf83de6b71b3c6bf1f9d4a [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index c6f4446..e6398a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4660, +/**/ 4659, /**/ 4658,