commit | 61a6605ea1201eb49a126ca696fcfc56caf5dca6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 18:39:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 18:39:00 2017 +0200 |
tree | 5b3aed6b0493301cfabfa088f59043d97081d6ed | |
parent | 9f1f49b839fbc5d099301d5318a5e1e70dd59b7c [diff] [blame] |
patch 8.0.0746: when :term fails the job is not properly cleaned up Problem: When :term fails the job is not properly cleaned up. Solution: Free the terminal. Handle a job that failed to start. (closes #1858)
diff --git a/src/version.c b/src/version.c index b0058e4..a062258 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 746, +/**/ 745, /**/ 744,