summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-19 18:36:41 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-19 18:36:41 +0000
commitea62cee85e9e77ec86edd9843926dadb69978753 (patch)
tree2e7fdc9e075d6c1df881153bfdc3aa393361db01 /src/version.c
parenta572b936ce7bbaf630b22a32c039738a783cdf41 (diff)
patch 9.0.1327: cursor in wrong position below line with virtual text belowv9.0.1327
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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 53452bfbe7..f8b75d74d8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1327,
+/**/
1326,
/**/
1325,