commit | 9a993e3c09371bb80d71be62fca53cf954a98f72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 22:15:22 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 22:15:22 2018 +0200 |
tree | e16064177b3a1351cbd0efd97b9904ec8caf772e | |
parent | 3aa67fb453373109132b71eeb488595d651dfb7d [diff] [blame] |
patch 8.0.1665: when running a terminal from the GUI 'term' is not useful Problem: When running a terminal from the GUI 'term' is not useful. Solution: Use $TERM in the GUI if it starts with "xterm". (closes #2776)
diff --git a/src/version.c b/src/version.c index a9b4dca..b29d64c 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1665, +/**/ 1664, /**/ 1663,