annotate src/testdir/test_alot_utf8.vim @ 17547:1b8463f97365 v8.1.1771

patch 8.1.1771: options test fails on MS-Windows commit https://github.com/vim/vim/commit/d4404b4391a0cd3ab197e09bee7828c88882f6b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 18:38:09 2019 +0200 patch 8.1.1771: options test fails on MS-Windows Problem: Options test fails on MS-Windows. Solution: Add correct and incorrect values for 'completeslash'.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 18:45:04 +0200
parents 2dcaa860e3fc
children ac3f5096f438
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
8907
5deb9e8f4292 commit https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140
Christian Brabandt <cb@256bit.org>
parents: 8895
diff changeset
10 source test_matchadd_conceal_utf8.vim
12914
32c51eef574e patch 8.0.1333: some tests are run twice
Christian Brabandt <cb@256bit.org>
parents: 12644
diff changeset
11 source test_mksession_utf8.vim
8825
318eaa6fa973 commit https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
12 source test_regexp_utf8.vim
9898
bff8a09016a5 commit https://github.com/vim/vim/commit/d3c907b5d2b352482b580a0cf687cbbea4c19ea1
Christian Brabandt <cb@256bit.org>
parents: 9618
diff changeset
13 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
14 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
15 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
16 source test_utf8_comparisons.vim