patch 8.2.2419: autocmd test was failing on MS-Windows with GUI

Problem:    Autocmd test was failing on MS-Windows with GUI.
Solution:   Remove stray feedkeys().
diff --git a/src/version.c b/src/version.c
index fa3ce6f..160b538 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2419,
+/**/
     2418,
 /**/
     2417,