commit | 1f4ee19eefecd8f70b7cbe8ee9db8ace6352e23e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 15:52:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 15:52:55 2022 +0100 |
tree | 8ea197ca6ccd87da47eb3f21894f842f77364112 | |
parent | 05a8061eecd9969ee6cde008f54ded77462b649e [diff] [blame] |
patch 9.0.0130: cursor position wrong when inserting around virtual text Problem: Cursor position wrong when inserting around virtual text. Solution: Update the cursor position properly.
diff --git a/src/version.c b/src/version.c index f4c63f1..6a8ad9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 130, +/**/ 129, /**/ 128,