1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-01-30 15:39:47 +01:00
parent 3eb6bd9c2b
commit 92e5df8047
3 changed files with 57 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2428,
/**/
2427,
/**/