patch 8.2.4152: block insert with double wide character fails

Problem:    Block insert with double wide character fails.
Solution:   Adjust the expected output.
diff --git a/src/version.c b/src/version.c
index 227eaa9..ef0b3b3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4152,
+/**/
     4151,
 /**/
     4150,