patch 8.2.2913: MS-Windows conpty supports using mouse events

Problem:    MS-Windows conpty supports using mouse events.
Solution:   When enabling the mouse enable mouse input and disable quick edit
            mode. (Wez Furlong, closes #8280)
diff --git a/src/version.c b/src/version.c
index d651bda..94e94c4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2913,
+/**/
     2912,
 /**/
     2911,