diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-04 22:23:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-04 22:23:19 +0200 |
commit | 178333783fac3a5edbc86f2e9c57a21c41f05697 (patch) | |
tree | da2db7170a5758f260d5c4123085c6d906dd760d /src/version.c | |
parent | 9d954207e2cc807b475bb04f8b59ef5bb3772d99 (diff) | |
download | vim-178333783fac3a5edbc86f2e9c57a21c41f05697.zip |
patch 8.0.1054: terminal test fails on MS-Windows
Problem: Terminal test fails on MS-Windows.
Solution: Disable the redirection test for now. Improve scrape test to make
it less flaky.
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 5f49b381f..7f7002c8a 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1054, +/**/ 1053, /**/ 1052, |