patch 8.2.3928: heredoc test fails

Problem:    Heredoc test fails.
Solution:   Correct order of function arguments.
diff --git a/src/version.c b/src/version.c
index 4d81105..1dedcfe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3928,
+/**/
     3927,
 /**/
     3926,