commit | 7a76092a51fc5446426a4bfd9eb6503ec61bf9e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 19 23:10:02 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 19 23:10:02 2018 +0100 |
tree | 8611ab3fbe9f232764ad5a9dc944c0c8aed807e3 | |
parent | 9c8816bd306a003c2ac3dce161be3fef481c9902 [diff] [blame] |
patch 8.0.1525: using :wqa exits even if a job runs in a terminal window Problem: Using :wqa exits even if a job runs in a terminal window. (Jason Felice) Solution: Check if a terminal has a running job. (closes #2654)
diff --git a/src/version.c b/src/version.c index 78b8431..3bed185 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1525, +/**/ 1524, /**/ 1523,