]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0091: Syntax test fails when run with non C locale v9.1.0091
authorChristian Brabandt <cb@256bit.org>
Sat, 10 Feb 2024 12:02:17 +0000 (13:02 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 10 Feb 2024 12:02:17 +0000 (13:02 +0100)
commit627c950e5b30503a084bd0092f9cb2a5fe73fe87
tree41cdcd8d8790cf3192496528ce78d894701d6a42
parent45932c5c4a9ec01f7c2aa09b1574430853dafb4b
patch 9.1.0091: Syntax test fails when run with non C locale

Problem:  Syntax test fails when run with non C locale
Solution: Run syntax tests with C locale, clean up Xtestscript file,
          strip environment variables from GetVimCommand()
          (h-east)

closes: #14007

Co-authored-by: h-east <h.east.727@gmail.com>
Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/Makefile
runtime/syntax/testdir/runtest.vim
src/testdir/shared.vim
src/version.c