commit | cff50f5ec9e8c8c8f69bdcb7fc17e0b9ced540e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 17:32:52 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 17:32:52 2016 +0200 |
tree | f1346803beac30fefe9ad593fece6b628aa91a45 | |
parent | 35a4cfa200917dd171b1fff3cd5b6cee9add673d [diff] [blame] |
patch 7.4.2210 Problem: On OSX configure mixes up a Python framework and the Unix layout. Solution: Make configure check properly. (Tim D. Smith, closes #980)
diff --git a/src/version.c b/src/version.c index cd3a528..4c8ed6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2210, +/**/ 2209, /**/ 2208,