commit | 88b79cb7d47e2e1fee1baf4016c50b861e6b21c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 22:32:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 22:32:14 2022 +0100 |
tree | 7d17b0fa0635124fca3ff7bbe986452142f630d9 | |
parent | 04e0ed1ddf399d609dbcb7dbf19e531da1fe6172 [diff] [blame] |
patch 9.0.0439: cursor wrong if inserting before line with virtual text above Problem: Cursor wrong if inserting before line with virtual text above. Solution: Add the width of the "above" virtual text to the cursor position. (issue #11084)
diff --git a/src/version.c b/src/version.c index ac89e77..3345c21 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 439, +/**/ 438, /**/ 437,