commit | f8df7addc5f741c16fa2a458f8777ac1fdf2e01e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 14:07:40 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 14:07:40 2016 +0100 |
tree | 44ba2032c8557fa75e24d03dab73e8bc99fdd967 | |
parent | acd58ef676bb9559ac0f635f66b62f4602929c87 [diff] [blame] |
patch 7.4.1333 Problem: Channel test fails on non-darwin builds. Solution: Add the "osx" feature and test for that. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 4bdf988..fa36298 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1333, +/**/ 1332, /**/ 1331,