commit | 92e5df804719d2e6cb8145c2b098aa8d6f3dd252 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 15:39:47 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 15:39:47 2021 +0100 |
tree | e36749038c1b395617a08555503e85c744866a84 | |
parent | 3eb6bd9c2b36dcce471bfb543c8d5488f1dc17a4 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 98f01dd..f7e267f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2428, +/**/ 2427, /**/ 2426,