commit | 580164481924ed8611eb79f0247a0eb1ca0b3b9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 18:30:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 18:30:22 2016 +0200 |
tree | e50e7203296df3899b91e2e1ceec01d115f4798e | |
parent | 89eaa4185efacab253b23a182c1c8a7bbf1096c9 [diff] [blame] |
patch 7.4.2136 Problem: Closure function fails. Solution: Don't reset uf_scoped when it points to another funccal.
diff --git a/src/version.c b/src/version.c index 210c2e4..7e1b45a 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2136, +/**/ 2135, /**/ 2134,