commit | 7007e31bde75b6360a1b54c7572e4f855458f37d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 27 12:11:33 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 27 12:11:33 2021 +0100 |
tree | 0119498d79dd4ea241d54d85c1d35ad434ff8fa3 | |
parent | bb5d87c8504588be9c9d2fecc5b6455a2b2f6201 [diff] [blame] |
patch 8.2.2662: there is no way to avoid some escape sequences Problem: There is no way to avoid some escape sequences. Solution: Suppress escape sequences when the --not-a-term argument is used. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index 5596bbb..60fe36f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2662, +/**/ 2661, /**/ 2660,