patch 8.2.0219: terminal test still fails on Mac

Problem:    Terminal test still fails on Mac.
Solution:   Skip part of the test on Mac.
diff --git a/src/version.c b/src/version.c
index b75f5d6..e1c4a5e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    219,
+/**/
     218,
 /**/
     217,