diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-24 12:18:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-24 12:18:46 +0100 |
commit | fb1199d934a27d338b18fe914e328346f093d3f6 (patch) | |
tree | 19a1bfd69bb51ce27ef0203c6c4fbaa46bf3626e /src/version.c | |
parent | 4456ab527a6a5faae9287f3bd2e52cc18966cfb0 (diff) | |
download | vim-git-fb1199d934a27d338b18fe914e328346f093d3f6.tar.gz |
patch 8.1.0801: MinGW: no hint that tests fail because of small terminalv8.1.0801
Problem: MinGW: no hint that tests fail because of small terminal.
Solution: Add a rule for test1 that checks for "wrongtermsize".
(msoyka-of-wharton)
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 b8b06307d..d66296529 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 801, +/**/ 800, /**/ 799, |