commit | adbc11c2ee828fcc9d79c7d3c0c968c68657e3d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:21:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:21:08 2020 +0100 |
tree | 665bcd877f5cb5794b7d116cafa2bf48883252cc | |
parent | ff80cb6807d99db35cc928f151b87503b2928e19 [diff] [blame] |
patch 8.2.0217: terminal test fails on Mac Problem: Terminal test fails on Mac. Solution: Add a short wait.
diff --git a/src/version.c b/src/version.c index 45b4cc2..5a11a1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 217, +/**/ 216, /**/ 215,