commit | 10db31f9493425a20f1e53d0f214e621f16d65de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 30 17:58:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 30 17:58:03 2022 +0100 |
tree | 8d24777588ca48ccc73a0830318d0c3170e7d54f | |
parent | be99042b03edf7b8156c9adbc23516bfcf2cec0f [diff] [blame] |
patch 8.2.5045: can escape a terminal popup window when the job is finished Problem: Can escape a terminal popup window when the job is finished. Solution: Only check for a finished job where it is relevant. (closes #10253)
diff --git a/src/version.c b/src/version.c index 1e7b2a8..f1b7010 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5045, +/**/ 5044, /**/ 5043,