commit | 15d4747ffd197ffa5b5a41a852a1fe93b6cc35fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 20:44:55 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 20:44:55 2023 +0100 |
tree | 907dad16e2411396ae41839ef766af1b2b738016 | |
parent | 16d2c02c80e6d4822010816e085cabf91bf91423 [diff] [blame] |
patch 9.0.1612: "skipcol" not reset when using multi-byte characters Problem: "skipcol" not reset when using multi-byte characters. Solution: Compare with w_virtcol instead of w_cursor.col. (closes #12457)
diff --git a/src/version.c b/src/version.c index 2e3c240..a0c6893 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1612, +/**/ 1611, /**/ 1610,