patch 9.1.1484: tests: Turkish locale tests fails on Mac Commit: https://github.com/vim/vim/commit/223189389a18acf6e074ab0ca1a3bb6a4ec27ef7 Author: Christian Brabandt <c...@256bit.org> Date: Thu Jun 26 23:04:37 2025 +0200
patch 9.1.1484: tests: Turkish locale tests fails on Mac Problem: tests: Turkish locale tests fails on Mac (after v9.1.1480) Solution: skip the test Test_pos_percentage_in_turkish_locale() on Mac Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim index 1ce631439..a0ee3b80b 100644 --- a/src/testdir/test_normal.vim +++ b/src/testdir/test_normal.vim @@ -4379,6 +4379,7 @@ endfunc func Test_pos_percentage_in_turkish_locale() CheckRunVimInTerminal + CheckNotMac defer execute(':lang C') try diff --git a/src/version.c b/src/version.c index 35685911c..8d6eb47e0 100644 --- a/src/version.c +++ b/src/version.c @@ -709,6 +709,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1484, /**/ 1483, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uUtvz-0058Bv-Ld%40256bit.org.