diff src/version.c @ 28384:21e96d9b66c0 v8.2.4717

patch 8.2.4717: for TextYankPost v:event does not contain all information Commit: https://github.com/vim/vim/commit/a016eeba7a5777ba1f2ec2dbcda7c96823bf9ab1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 9 11:37:38 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 12:45:02 +0200
parents f24d4826e6bf
children cf41a1f469f6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4717,
+/**/
     4716,
 /**/
     4715,