patch 8.2.4717: for TextYankPost v:event does not contain all information
Problem: For TextYankPost v:event does not contain information about the
operation being inclusive or not.
Solution: Add "inclusive" to v:event. (Justn M. Keyes, Yegappan Lakshmanan,
closes #10125)
diff --git a/src/version.c b/src/version.c
index f8f15ad..1830d5f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4717,
+/**/
4716,
/**/
4715,