commit | 37c45835945fc433a3bb85fcfc0b4fd58b1ee0e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 16:01:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 16:01:04 2017 +0200 |
tree | 7269dcfec93d8c7187f915c79635cf7e35ee8269 | |
parent | 7eedd4398aee195212bd06004d3533ca24c0823c [diff] [blame] |
patch 8.0.0916: cannot specify properties of window for terminal open Problem: Cannot specify properties of window for when opening a window for a finished terminal job. Solution: Add "term_opencmd".
diff --git a/src/version.c b/src/version.c index 306aeb4..8ca7d70 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 916, +/**/ 915, /**/ 914,