commit | 8e759ba8651428995b338b66c615367259f79766 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 17:46:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 17:46:20 2016 +0200 |
tree | 01e5e8849eb048d9709fc5176888a8b34bd045e0 | |
parent | ae3f33040ba752e7f6b722d2fe2b2ebeeb8c56b4 [diff] [blame] |
patch 7.4.1875 Problem: Comparing functions and partials doesn't work well. Solution: Add tests. (Nikolai Pavlov) Compare the dict and arguments in the partial. (closes #813)
diff --git a/src/version.c b/src/version.c index cb40b29..4b74495 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1875, +/**/ 1874, /**/ 1873,