commit | d113a80c77101e9f5723abb075882012753cf611 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 10:57:44 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 10:57:44 2015 +0200 |
tree | ae2a8607e328ba457295cd2f09c9cf21510448db | |
parent | 9cac424d05c0e79cd621f1b9f2f01a9f459fcbe6 [diff] [blame] |
patch 7.4.790 Problem: Test fails when the autochdir feature is not available. Test output contains the test script. Solution: Check for the autochdir feature. (Kazunobu Kuriyama) Only write the relevant test output.
diff --git a/src/version.c b/src/version.c index d2c8bc5..18ba7d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 790, +/**/ 789, /**/ 788,