1
0
forked from aniani/vim

patch 8.2.3348: line2byte() returns wrong value after adding textprop

Problem:    line2byte() returns wrong value after adding textprop. (Yuto
            Kimura)
Solution:   Reduce the length by the size of the text property. (closes #8759)
This commit is contained in:
Bram Moolenaar
2021-08-15 14:28:40 +02:00
parent dd9de50f42
commit 14c7530c4f
3 changed files with 30 additions and 4 deletions

View File

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