commit | 79f234499b6692cc16970b7455bc9b002242632f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 12:42:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 12:42:57 2022 +0100 |
tree | fdf04b2e144fd6c2106f20f50eaacc2c06ed19bb | |
parent | 084f2620ec7d08d6043de30436197c002fffe3ec [diff] [blame] |
patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnum Problem: Wrong column when calling setcursorcharpos() with zero lnum. Solution: Set the line number before calling buf_charidx_to_byteidx(). (closes #11329)
diff --git a/src/version.c b/src/version.c index d3189fb..eef7ff1 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 712, +/**/ 711, /**/ 710,