commit | 8dea145e39a2569153cb63487d3403a46a882189 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat Dec 04 15:12:40 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 15:12:40 2021 +0000 |
tree | c4e8422a995ee5029af54f9aad0e728b79c19132 | |
parent | 853a7692d19deb6b7c2cabce989b57c8b9908596 [diff] [blame] |
patch 8.2.3737: test fails without the 'autochdir' option Problem: Test fails without the 'autochdir' option. Solution: Check that the option is available. (Dominique Pellé, closes #9272)
diff --git a/src/version.c b/src/version.c index 0274323..f1d0e87 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3737, +/**/ 3736, /**/ 3735,