Mercurial > vim
annotate src/testdir/test_alot_utf8.vim @ 20421:8590a462ad46 v8.2.0765
patch 8.2.0765: In the GUI can't use all the modifiers.
Commit: https://github.com/vim/vim/commit/fd615a3c901f59abddca27c6a09940be552c0f4d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 16 14:01:51 2020 +0200
patch 8.2.0765: In the GUI can't use all the modifiers.
Problem: In the GUI can't use all the modifiers. (Andri M?ll)
Solution: Do not apply Alt/Meta early, do it later like with the terminal.
Avoid the Motif test from crashing.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 16 May 2020 14:15:05 +0200 |
parents | ac3f5096f438 |
children | f63d14eca5c4 |
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 |