]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0757: tests: messages files contains ANSI escape sequences v9.1.0757
authorChristian Brabandt <cb@256bit.org>
Thu, 3 Oct 2024 14:38:52 +0000 (16:38 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 3 Oct 2024 14:38:52 +0000 (16:38 +0200)
commit075ab5ab3b8abc55baddce7105e22b6fa1b2e032
tree15aef967cb5fb756e49e3dc01654cd716cc32106
parenta6d9e3c4e07f73f6523699961d8b7b54bdb80cf6
patch 9.1.0757: tests: messages files contains ANSI escape sequences

Problem:  tests: messages files contains ANSI escape sequences
Solution: filter those out in runtests.vim

Also, since we are setting $LC_ALL, we don't need to set $LANG and
$LANGUAGE since those are overridden by $LC_ALL anyhow.

closes: #15788

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/Makefile
src/testdir/runtest.vim
src/version.c