1
0
forked from aniani/vim

patch 8.2.2429: :goto does not work correctly with text properties

Problem:    :goto does not work correctly with text properties. (Sam McCall)
Solution:   Add a test. (Andrew Radev)  Also use the text property size when
            computing the remaining offset. (closes #5930)
This commit is contained in:
Bram Moolenaar
2021-01-30 17:16:28 +01:00
parent 92e5df8047
commit 59ff64079b
3 changed files with 55 additions and 11 deletions

View File

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