1
0
forked from aniani/vim

patch 8.2.0844: text properties crossing lines not handled correctly

Problem:    Text properties crossing lines not handled correctly.
Solution:   When saving for undo include an extra line when needed and do not
            adjust properties when undoing. (Axel Forsman, closes #5875)
This commit is contained in:
Bram Moolenaar
2020-05-30 14:46:52 +02:00
parent 0016fd2e29
commit a9d4b84d97
5 changed files with 129 additions and 47 deletions

View File

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