1
0
forked from aniani/vim

patch 8.2.3073: when cursor is move for block append wrong text is inserted

Problem:    When cursor is move for block append wrong text is inserted.
Solution:   Calculate an offset. (Christian Brabandt, closes #8433,
            closes #8288)
This commit is contained in:
Bram Moolenaar
2021-06-29 18:54:35 +02:00
parent 7d7bcc6ba0
commit 4067bd3604
4 changed files with 100 additions and 25 deletions

View File

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