commit | 1e8340bbbfb26d170a3f8b135dcb874e90a74e0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 15:53:39 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 15:53:39 2017 +0200 |
tree | 1e8fb746031ea5e09880e8dfa992257ade6bfdac | |
parent | 696d00f488dc0599692993f226a7dd95a187920d [diff] [blame] |
patch 8.0.0801: terminal window title says "running" after job exits Problem: The terminal window title sometimes still says "running" even though the job has finished. Solution: Also consider the job finished when the channel has been closed.
diff --git a/src/version.c b/src/version.c index a44e550..4c2a48a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 801, +/**/ 800, /**/ 799,