commit | 4da7a259f6b28a4f855a6fa7d0ede5e038600154 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 19:59:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 19:59:00 2020 +0200 |
tree | f5a7b2fa464a077b0cff49553aa3b255557dda1e | |
parent | 6efa46f4efd226f65634ba8eb6ddee54de1de563 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e1d3b12..840c325 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1568, +/**/ 1567, /**/ 1566,