commit | c212798333cab2239acd387725987f27c6d8a3f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 11 20:34:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 11 20:34:13 2017 +0200 |
tree | f8c48b528e5c166f87e3143f24d6db95b6a52afd | |
parent | b4d5fbabc99917a8069ba32a60c2d73d4f60e128 [diff] [blame] |
patch 8.0.1094: using ssh from Terminal.app runs into xterm incompatibility Problem: Using ssh from Terminal.app runs into xterm incompatibility. Solution: Also detect Terminal.app on non-Mac systems.
diff --git a/src/version.c b/src/version.c index 88849e9..0130388 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1094, +/**/ 1093, /**/ 1092,