commit | fb1199d934a27d338b18fe914e328346f093d3f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 12:18:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 12:18:46 2019 +0100 |
tree | 19a1bfd69bb51ce27ef0203c6c4fbaa46bf3626e | |
parent | 4456ab527a6a5faae9287f3bd2e52cc18966cfb0 [diff] [blame] |
patch 8.1.0801: MinGW: no hint that tests fail because of small terminal Problem: MinGW: no hint that tests fail because of small terminal. Solution: Add a rule for test1 that checks for "wrongtermsize". (msoyka-of-wharton)
diff --git a/src/version.c b/src/version.c index b8b0630..d662965 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 801, +/**/ 800, /**/ 799,