commit | d44cc593cee84fc3c712ca1828d1574f80700383 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 21:57:58 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 21:57:58 2021 +0100 |
tree | 02a507f680943ca085211fd252b25b2363dc9292 | |
parent | 8f81b22e8691f6e7c76153e945bbef15a8190cd9 [diff] [blame] |
patch 8.2.2352: if focus lost/gained is received twice code is not ignored Problem: If the focus lost/gained escape sequence is received twice it is not ignored. (Christ van Willigen) Solution: Adjust the logic to ignore the escape code.
diff --git a/src/version.c b/src/version.c index b2de011..acca7aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2352, +/**/ 2351, /**/ 2350,