]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2662: there is no way to avoid some escape sequences v8.2.2662
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Mar 2021 11:11:33 +0000 (12:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Mar 2021 11:11:33 +0000 (12:11 +0100)
commit7007e31bde75b6360a1b54c7572e4f855458f37d
tree0119498d79dd4ea241d54d85c1d35ad434ff8fa3
parentbb5d87c8504588be9c9d2fecc5b6455a2b2f6201
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)
src/main.c
src/os_unix.c
src/testdir/test_startup.vim
src/version.c