commit | e5a3272d32ad52f905ef3e66991871dbef2245e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 23:36:29 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 23:36:29 2019 +0100 |
tree | 2f6dd7e69da69bca230a4b4e42b71d6725fa2fd2 | |
parent | 2d6d76f9cd3c5dca0676491d7d60ff7685942487 [diff] [blame] |
patch 8.1.2256: test for ":term ++shell" fails on MS-Windows Problem: Test for ":term ++shell" fails on MS-Windows. Solution: Accept failure of "dir" executable.
diff --git a/src/version.c b/src/version.c index 4315a17..182352d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2256, +/**/ 2255, /**/ 2254,