commit | a3f7e58bf846b28b347a5d5b96c2d829871bd212 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 13:21:58 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 13:21:58 2017 +0100 |
tree | d504fc8fc95d1f029d8a5790ca49ed13e8e08168 | |
parent | c9e9c7140994154bb4a29764491d42c001b24596 [diff] [blame] |
patch 8.0.1276: key lost when window closed in exit callback Problem: Typed key is lost when the terminal window is closed in exit callback. (Gabriel Barta) Solution: When the current window changes bail out of the wait loop. (closes #2302)
diff --git a/src/version.c b/src/version.c index abac386..39bad6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1276, +/**/ 1275, /**/ 1274,