commit | f3710ee22d0039cea2f970452b5faf56e89a6ab0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 12:12:30 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 12:12:30 2020 +0100 |
tree | 15f0e13852b0d6b0ced90bbc2ebe53eb5b89db07 | |
parent | d06dbf3f42c8a8a3967905dd2f2a31077af15438 [diff] [blame] |
patch 8.2.0441: terminal noblock test is still failing on BSD Problem: Terminal noblock test is still failing on BSD. Solution: Reduce the amount of text.
diff --git a/src/version.c b/src/version.c index 7e9c68c..0cf6011 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 441, +/**/ 440, /**/ 439,