1
0
forked from aniani/vim

patch 8.2.4950: text properties position wrong after shifting text

Problem:    Text properties position wrong after shifting text.
Solution:   Adjust the text properties when shifting a block of text.
            (closes #10418)
This commit is contained in:
LemonBoy
2022-05-13 21:56:28 +01:00
committed by Bram Moolenaar
parent 31ad32a325
commit 4b93674159
3 changed files with 49 additions and 20 deletions

View File

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