commit | 78712a7733839598fbc4a61d0582893d22e8adf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 14:50:12 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 14:50:12 2017 +0200 |
tree | 5948c59b752fe2bf8e2d06c26030f3fd06f0e71e | |
parent | 69198197fd4b061be7cadcf441cd8a7246a17148 [diff] [blame] |
patch 8.0.0864: cannot specify the name of a terminal Problem: Cannot specify the name of a terminal. Solution: Add the "term_name" option. (Yasuhiro Matsumoto, closes #1936)
diff --git a/src/version.c b/src/version.c index 078adcd..9318740 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 864, +/**/ 863, /**/ 862,