commit | cf67a509e93167f14c892301e13de14636cedc61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 20:31:32 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 20:31:32 2018 +0200 |
tree | 3c0b05d4e719a83e6321d6e5eb14aa057ef547dc | |
parent | 2de50f87622cd4e631fd17845e16a94ed5992b80 [diff] [blame] |
patch 8.0.1644: terminal API tests still fail Problem: Terminal API tests still fail. Solution: Explicitly set 'title' in the terminal job. (Ozaki Kiichi, closes #2750)
diff --git a/src/version.c b/src/version.c index acca91a..1a8c10e 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1644, +/**/ 1643, /**/ 1642,