commit | 9bd3ce22e36b5760a5e22e7d34d1bd6a3411258e | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Mon Apr 18 21:54:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 21:54:02 2022 +0100 |
tree | 85c367ea512c8ed02519116e2208cf3ce23e51ae | |
parent | 861fcee8de19a694de413dd28e0ebe80010f0b4f [diff] [blame] |
patch 8.2.4787: prop_find() does not find the right property Problem: prop_find() does not find the right property. Solution: Fix the scan order. (closes #10220)
diff --git a/src/version.c b/src/version.c index 9d3a9b5..c221c28 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4787, +/**/ 4786, /**/ 4785,