commit | 437bafe4c8a83ed71ee006eda7f54b65a90f0d4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 15:40:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 15:40:54 2016 +0200 |
tree | dac9426b1bafe44f050bbb13c027de31117c089d | |
parent | 580164481924ed8611eb79f0247a0eb1ca0b3b9a [diff] [blame] |
patch 7.4.2137 Problem: Using function() with a name will find another function when it is redefined. Solution: Add funcref(). Refer to lambda using a partial. Fix several reference counting issues.
diff --git a/src/version.c b/src/version.c index 7e1b45a..474b3b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2137, +/**/ 2136, /**/ 2135,