commit | 668324ef4fd59980dc57b2eefe57eddc57c7b920 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 17:09:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 17:09:26 2018 +0200 |
tree | 351867a588f4b3a98b44e9ab966b3d9ae54c87a5 | |
parent | 304925e75031751fc87b51e387eb079bf3ae2066 [diff] [blame] |
patch 8.1.0129: still some xterm-like terminals get a stray "p" Problem: Still some xterm-like terminals get a stray "p" on startup. Solution: Consider all terminals that reply with a version smaller than 95 as not an xterm. (James McCoy)
diff --git a/src/version.c b/src/version.c index 72e8547..f4399cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 129, +/**/ 127, /**/ 126,