commit | ec48a9c58989babcad23d73483955f35b6e41492 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 20:11:40 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 03 20:11:40 2018 +0100 |
tree | 8e1215c2a6e3c29f95afb6756dd3ac5b10ab42a3 | |
parent | f4aba797cb57d6d5b3b491bd5ae2c0b40e07baaf [diff] [blame] |
patch 8.0.1463: test fails without 'autochdir' option Problem: Test fails without 'autochdir' option. Solution: Skip test if 'autochdir' is not supported.
diff --git a/src/version.c b/src/version.c index 5b4c2d2..af19279 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1463, +/**/ 1462, /**/ 1461,