summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot_utf8.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-03 23:06:48 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-03 23:06:48 +0100
commit36ddf9383181f93b080eb26121bdff37e394d2db (patch)
tree8c66f64740b9d323ebcff24f949f9f2cabf929ee /src/testdir/test_alot_utf8.vim
parent3e919d2924c87eb8fee62603788fcc3ced2a0031 (diff)
patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skippedv8.2.0352
Problem: FreeBSD: test for sourcing utf-8 is skipped. Solution: Run the matchadd_conceal test separately to avoid that setting 'term' to "ansi" causes problems for other tests. (Ozaki Kiichi, closes #5721)
Diffstat (limited to 'src/testdir/test_alot_utf8.vim')
-rw-r--r--src/testdir/test_alot_utf8.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot_utf8.vim b/src/testdir/test_alot_utf8.vim
index be0bd01413..11de055809 100644
--- a/src/testdir/test_alot_utf8.vim
+++ b/src/testdir/test_alot_utf8.vim
@@ -7,7 +7,6 @@
source test_charsearch_utf8.vim
source test_expr_utf8.vim
source test_listlbr_utf8.vim
-source test_matchadd_conceal_utf8.vim
source test_mksession_utf8.vim
source test_regexp_utf8.vim
source test_source_utf8.vim