commit | 1735bc988c546cc962c5f94792815b4d7cb79710 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 23:05:14 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 23:05:14 2016 +0100 |
tree | 5d1fcc3e5d0f0d37fa33097c2eacff4cbc2317d4 | |
parent | 9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f [diff] [blame] |
patch 7.4.1559 Problem: Passing cookie to a callback is clumsy. Solution: Change function() to take arguments and return a partial.
diff --git a/src/version.c b/src/version.c index ac23c50..eb42b32 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1559, +/**/ 1558, /**/ 1557,