commit | 086eb876951aa0b0bee3de4ed0569bf4b70c6f31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 21:24:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 25 21:24:12 2018 +0200 |
tree | 43dfc57119efe6d6811ddbc38c304789c3b36fc2 | |
parent | cf67a509e93167f14c892301e13de14636cedc61 [diff] [blame] |
patch 8.0.1645: test for terminal response to escape sequence may fail Problem: Test for terminal response to escape sequence fails for some people. (toothpik) Solution: Run "cat" and let it echo the characters.
diff --git a/src/version.c b/src/version.c index 1a8c10e..2cc9977 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1645, +/**/ 1644, /**/ 1643,