diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-03 20:11:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-03 20:11:40 +0100 |
commit | ec48a9c58989babcad23d73483955f35b6e41492 (patch) | |
tree | 8e1215c2a6e3c29f95afb6756dd3ac5b10ab42a3 /src/version.c | |
parent | f4aba797cb57d6d5b3b491bd5ae2c0b40e07baaf (diff) | |
download | vim-git-ec48a9c58989babcad23d73483955f35b6e41492.tar.gz |
patch 8.0.1463: test fails without 'autochdir' optionv8.0.1463
Problem: Test fails without 'autochdir' option.
Solution: Skip test if 'autochdir' is not supported.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 5b4c2d209..af192797f 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1463, +/**/ 1462, /**/ 1461, |