patch 8.2.3806: terminal focus test fails sometimes

Problem:    Terminal focus test fails sometimes.
Solution:   Run the test function before others.
diff --git a/src/version.c b/src/version.c
index 30a71e1..3098c59 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3806,
+/**/
     3805,
 /**/
     3804,