1
0
forked from aniani/vim

patch 8.2.4120: block insert goes over the end of the line

Problem:    Block insert goes over the end of the line.
Solution:   Handle invalid byte better.  Fix inserting the wrong text.
This commit is contained in:
Bram Moolenaar
2022-01-17 17:30:21 +00:00
parent e8741a73e2
commit 9f8c304c8a
3 changed files with 37 additions and 14 deletions

View File

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