1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-11-25 19:31:15 +00:00
parent 309ce25189
commit 4d07253a48
3 changed files with 30 additions and 3 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3677,
/**/
3676,
/**/