commit | eb44a68b42eda207a5bc4def9ea8fc4d38acb650 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 22:44:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 22:44:55 2017 +0200 |
tree | 6fae22aba3c4f1eaad8e6d5e4d74df201c78a65e | |
parent | 620d064b0b0bca2268574abdec2d8eac3384cfdf [diff] [blame] |
patch 8.0.0858: can exit while a terminal is still running a job Problem: Can exit while a terminal is still running a job. Solution: Consider a buffer with a running job like a changed file.
diff --git a/src/version.c b/src/version.c index 1c01f4f..e50eeaf 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 858, +/**/ 857, /**/ 856,