1
0
forked from aniani/vim

patch 9.0.0466: virtual text wrong after adding line break after line

Problem:    Virtual text wrong after adding line break after line.
Solution:   Pass an "eol" flag to where text properties are adjusted.
            (closes #11131)
This commit is contained in:
Bram Moolenaar
2022-09-14 22:13:59 +01:00
parent e697d48890
commit ebd0e8bb85
6 changed files with 60 additions and 12 deletions

View File

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