commit | 36ec6f6953043270630159a61438ce558552fe3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 05 22:38:47 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 05 22:38:47 2019 +0100 |
tree | 8654e807915ec41f7395fe827bd39c8e759f524b | |
parent | 7d2320414ffdd698c9a17d775f71e2c455c21624 [diff] [blame] |
patch 8.1.2260: terminal test may fail on MS-Windows Problem: Terminal test may fail on MS-Windows. Solution: Catch the situation that "term dir" fails with a CreateProcess error.
diff --git a/src/version.c b/src/version.c index 0a210b6..4fd0694 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2260, +/**/ 2259, /**/ 2258,