1
0
forked from aniani/vim

patch 8.2.1568: prop_find() skips properties in the same line

Problem:    prop_find() skips properties in the same line if "skipstart" is
            used.
Solution:   Use "continue" instead of "break". (closes #6840)
This commit is contained in:
Bram Moolenaar
2020-09-02 19:59:00 +02:00
parent 6efa46f4ef
commit 4da7a259f6
3 changed files with 20 additions and 2 deletions

View File

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