commit | ab1fa3955f25dfdb7e329c3bd76e175c93c8cb5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 19:33:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 19:33:34 2016 +0100 |
tree | 4c9f176dd2761b6ec3575b9d414efa5570499eae | |
parent | 927030af23982a70580178e32806cd3638ce6e5b [diff] [blame] |
patch 7.4.1577 Problem: Cannot pass "dict.Myfunc" around as a partial. Solution: Create a partial when expected.
diff --git a/src/version.c b/src/version.c index 5cc53c8..5c26ce6 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1577, +/**/ 1576, /**/ 1575,