Mercurial > vim
annotate src/testdir/test_alot_utf8.vim @ 29235:fbcbc953c2ec
Added tag v8.2.5136 for changeset 96ff6c230a66c0b91cb6b1aebbb3869cb5fb0414
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 19 Jun 2022 21:15:03 +0200 |
parents | f63d14eca5c4 |
children |
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_mksession_utf8.vim |
8825
318eaa6fa973
commit https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
10 source test_regexp_utf8.vim |
9898
bff8a09016a5
commit https://github.com/vim/vim/commit/d3c907b5d2b352482b580a0cf687cbbea4c19ea1
Christian Brabandt <cb@256bit.org>
parents:
9618
diff
changeset
|
11 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
|
12 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
|
13 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
|
14 source test_utf8_comparisons.vim |