commit | ea62cee85e9e77ec86edd9843926dadb69978753 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 18:36:41 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 18:36:41 2023 +0000 |
tree | 2e7fdc9e075d6c1df881153bfdc3aa393361db01 | |
parent | a572b936ce7bbaf630b22a32c039738a783cdf41 [diff] [blame] |
patch 9.0.1327: cursor in wrong position below line with virtual text below Problem: Cursor in wrong position below line with virtual text below ending in multi-byte character. Solution: When checking for last character take care of multi-byte character.
diff --git a/src/version.c b/src/version.c index 53452bf..f8b75d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1327, +/**/ 1326, /**/ 1325,