commit | 1d429610bf9e99a6252be8abbc910d6667e4d1da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 24 15:44:17 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 15:44:17 2016 +0200 |
tree | 348de7a5f9706f94ebcf03796263d5c743d6d0e3 | |
parent | 991dea3ab185fb35e577ab0bdfd443cd4b43ccc6 [diff] [blame] |
patch 7.4.1836 Problem: When using a partial on a dictionary it always gets bound to that dictionary. Solution: Make a difference between binding a function to a dictionary explicitly or automatically.
diff --git a/src/version.c b/src/version.c index 166a9de..8b92714 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1836, +/**/ 1835, /**/ 1834,