commit | 93723a4ef18f260b82d89759db2f1eeae730c4ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 15:55:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 15:55:32 2017 +0200 |
tree | c8d39cff0185566b78b1e9b53dec745b50ec055d | |
parent | 1a0f2005002a9993ba7313d1978fa2043314f8b8 [diff] [blame] |
patch 8.0.0793: using wrong terminal name for terminal window Problem: Using wrong terminal name for terminal window. Solution: When 'term' starts with "xterm" use it for $TERM in a terminal window.
diff --git a/src/version.c b/src/version.c index 3b45c94..5fc0dbf 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 793, +/**/ 792, /**/ 791,