diff src/version.c @ 23774:646ca2893d85 v8.2.2428

patch 8.2.2428: FocusGained does not work when 'ttymouse' is empty Commit: https://github.com/vim/vim/commit/92e5df804719d2e6cb8145c2b098aa8d6f3dd252 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 15:39:47 2021 +0100 patch 8.2.2428: FocusGained does not work when 'ttymouse' is empty Problem: FocusGained does not work when 'ttymouse' is empty. Solution: Don't use the short mouse code if there is a longer matching code. (closes #7755) Add a test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Jan 2021 15:45:06 +0100
parents f5225486d3de
children 9f692a75d481
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2428,
+/**/
     2427,
 /**/
     2426,