patch 8.2.3823: test for visual replace is in wrong function

Problem:    Test for visual replace is in wrong function.
Solution:   Move it to another function.
diff --git a/src/version.c b/src/version.c
index 7467b7c..0e7a67d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3823,
+/**/
     3822,
 /**/
     3821,