commit | 4d07253a485819b3a9fd923d263e722ea2109c12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 19:31:15 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 19:31:15 2021 +0000 |
tree | 9174bc37493c986aa5cb7dfca539ce518fdb5379 | |
parent | 309ce251897512d42da2b0df0ff100dc303e688a [diff] [blame] |
patch 8.2.3677: after a put the '] mark is on the last byte Problem: After a put the '] mark is on the last byte of a multi-byte character. Solution: Move it to the first byte. (closes #9047)
diff --git a/src/version.c b/src/version.c index 2c5163e..0adbdb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3677, +/**/ 3676, /**/ 3675,