patch 8.2.3372: line2byte() value wrong when adding a text property

Problem:    line2byte() value wrong when adding a text property. (Yuto Kimura)
Solution:   Adjust length for text property. (closes #8772)  Also fix it for
            deleting a line.
This commit is contained in:
Bram Moolenaar
2021-08-25 16:40:03 +02:00
parent 5ca5cc6412
commit cdd8a5e6fe
3 changed files with 22 additions and 1 deletions

View File

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