commit | 86394aa9720c5e087d85831e42d44e042987fbc0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 14:27:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 14:27:24 2020 +0200 |
tree | 853c38b28ea57594f1daec276c9fcc2b94c08bf1 | |
parent | cf8aa6448b3520905bea528ea8ad6533cbef288d [diff] [blame] |
patch 8.2.1595: cannot easily see what Vim sends to the terminal Problem: Cannot easily see what Vim sends to the terminal. Solution: Write output to the channel log if it contains terminal control sequences. Avoid warnings for tputs() argument.
diff --git a/src/version.c b/src/version.c index bd15f3d..b43e393 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1595, +/**/ 1594, /**/ 1593,