1
0
forked from aniani/vim

patch 8.2.0372: prop_find() may not find text property at start of the line

Problem:    Prop_find() may not find text property at start of the line.
Solution:   Adjust the loop to find properties. (Axel Forsman, closes #5761,
            closes #5663)
This commit is contained in:
Bram Moolenaar
2020-03-11 19:15:52 +01:00
parent cee52204ca
commit 66b98854d8
3 changed files with 44 additions and 26 deletions

View File

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