patch 8.2.2853: window is not updated after using <Cmd> mapping

Problem:    Window is not updated after using <Cmd> mapping.
Solution:   So jump to cmdline_changed but skip autocommand.
diff --git a/src/version.c b/src/version.c
index f7406ee..d04ebfb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2853,
+/**/
     2852,
 /**/
     2851,