1
0
forked from aniani/vim

patch 9.0.0458: splitting a line with a text prop "above" moves it down

Problem:    Splitting a line with a text prop "above" moves it to a new line
            below.
Solution:   Keep an "above" text prop above the first line.
This commit is contained in:
Bram Moolenaar
2022-09-13 18:34:18 +01:00
parent a04f457a6c
commit 3b93cf218f
4 changed files with 23 additions and 5 deletions

View File

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