patch 8.2.4636: not using Visual range

Problem:    Not using Visual range.
Solution:   Put the command pointer back to the range.
diff --git a/src/version.c b/src/version.c
index 2ab46bb..c4caa53 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4636,
+/**/
     4635,
 /**/
     4634,