commit | 13ebb03e7520c2c34f93444b0146640ca08e7424 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 22:02:51 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 22:02:51 2017 +0200 |
tree | 6a56af98898e32e5aa48fb80fb5fce1248e1ec24 | |
parent | dde81312b031211752d1fcb8539d79f90f324a2e [diff] [blame] |
patch 8.0.1000: cannot open a terminal without running a job in it Problem: Cannot open a terminal without running a job in it. Solution: Make ":terminal NONE" open a terminal with a pty.
diff --git a/src/version.c b/src/version.c index e62f6a1..e229f41 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1000, +/**/ 999, /**/ 998,