patch 8.0.0487: the autocmd test hangs on MS-Windows

Problem:    The autocmd test hangs on MS-Windows.
Solution:   Skip the hanging tests for now.
diff --git a/src/version.c b/src/version.c
index 7cd12eb..c9d7361 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    487,
+/**/
     486,
 /**/
     485,