commit | 9172d23d05f3f25996e03612654920b01158d734 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 29 23:06:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 29 23:06:54 2019 +0100 |
tree | e02c1ef475ffff86b544829dd02e9bb96e03cc70 | |
parent | 39536dd557e847e80572044c2be319db5886abe3 [diff] [blame] |
patch 8.1.0847: may use terminal after it was cleaned up Problem: May use terminal after it was cleaned up. Solution: Use the job pointer.
diff --git a/src/version.c b/src/version.c index f693b66..729f650 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 847, +/**/ 846, /**/ 845,