annotate src/testdir/test_alot_utf8.vim @ 19591:ac3f5096f438 v8.2.0352

patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skipped Commit: https://github.com/vim/vim/commit/36ddf9383181f93b080eb26121bdff37e394d2db Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 3 23:06:48 2020 +0100 patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skipped 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Mar 2020 23:15:04 +0100
parents 2dcaa860e3fc
children f63d14eca5c4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8825
318eaa6fa973 commit https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 " A series of tests that can run in one Vim invocation.
318eaa6fa973 commit https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2 " This makes testing go faster, since Vim doesn't need to restart.
318eaa6fa973 commit https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3
9618
81ba6e4eb72b commit https://github.com/vim/vim/commit/ac105ed3c420660ddbddc501c97875c48220817e
Christian Brabandt <cb@256bit.org>
parents: 8907
diff changeset
4 " These tests use utf8 'encoding'. Setting 'encoding' is already done in
15607
2dcaa860e3fc patch 8.1.0811: too many #ifdefs
Bram Moolenaar <Bram@vim.org>
parents: 12914
diff changeset
5 " runtest.vim.
8825
318eaa6fa973 commit https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6
11117
e2258e86d8e1 patch 8.0.0446: the ";" command does not work after some characters
Christian Brabandt <cb@256bit.org>
parents: 11091
diff changeset
7 source test_charsearch_utf8.vim
8895
7f29248d5789 commit https://github.com/vim/vim/commit/0f518a8f4d4be4cac10389680f6bd5e3781f94b0
Christian Brabandt <cb@256bit.org>
parents: 8825
diff changeset
8 source test_expr_utf8.vim
12914
32c51eef574e patch 8.0.1333: some tests are run twice
Christian Brabandt <cb@256bit.org>
parents: 12644
diff changeset
9 source test_listlbr_utf8.vim
32c51eef574e patch 8.0.1333: some tests are run twice
Christian Brabandt <cb@256bit.org>
parents: 12644
diff changeset
10 source test_mksession_utf8.vim
8825
318eaa6fa973 commit https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
11 source test_regexp_utf8.vim
9898
bff8a09016a5 commit https://github.com/vim/vim/commit/d3c907b5d2b352482b580a0cf687cbbea4c19ea1
Christian Brabandt <cb@256bit.org>
parents: 9618
diff changeset
12 source test_source_utf8.vim
12914
32c51eef574e patch 8.0.1333: some tests are run twice
Christian Brabandt <cb@256bit.org>
parents: 12644
diff changeset
13 source test_startup_utf8.vim
10720
44a1661f4cfa patch 8.0.0250: virtcol() does not work well for multi-byte characters
Christian Brabandt <cb@256bit.org>
parents: 9898
diff changeset
14 source test_utf8.vim
11633
3e2ee43a3c7b patch 8.0.0699: checksum tests are not actually run
Christian Brabandt <cb@256bit.org>
parents: 11117
diff changeset
15 source test_utf8_comparisons.vim