1
0
forked from aniani/vim

patch 8.2.0115: byte2line() does not work correctly with text properties

Problem:    Byte2line() does not work correctly with text properties. (Billie
            Cleek)
Solution:   Take the bytes of the text properties into account.
            (closes #5334)
This commit is contained in:
Bram Moolenaar
2020-01-13 20:40:51 +01:00
parent 7ebcba61b2
commit 9df53b62de
3 changed files with 50 additions and 6 deletions

View File

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