patch 8.1.1847: suspend test is failing

Problem:    Suspend test is failing.
Solution:   Do not use GetVimCommandClean().
diff --git a/src/version.c b/src/version.c
index 53982c5..b8a84ac 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1847,
+/**/
     1846,
 /**/
     1845,