commit | 85ef2df075a189da8b767d7554caaed8077de868 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 08 18:44:01 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 08 18:44:01 2023 +0100 |
tree | e469173e2e0bb72790b8d7c0f247096f05a65524 | |
parent | 7fbcee6f928356f1c205a4dfa67c1d542f743b92 [diff] [blame] |
patch 9.0.1619: the focus gained/lost escape sequences cause trouble Problem: The focus gained/lost escape sequences cause trouble for a terminal where Vim does not expect them. Solution: Always recognize the codes for focus gained/lost. (closes #12499)
diff --git a/src/version.c b/src/version.c index 13888eb..90331ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1619, +/**/ 1618, /**/ 1617,