commit | 25cdd9c33b21ddbd31321c075873bb225450d2d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 10 20:28:12 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 10 20:28:12 2018 +0100 |
tree | 380538cdf0abb9b7f3777c57ada6930930c9e036 | |
parent | b5b7562475ad032a174b893286172de0d2c157cd [diff] [blame] |
patch 8.0.1593: :qall never exits with an active terminal window Problem: :qall never exits with an active terminal window. Solution: Add a way to kill a job in a terminal window.
diff --git a/src/version.c b/src/version.c index 89b6eef..727c21f 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1593, +/**/ 1592, /**/ 1591,