diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-23 22:52:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-23 22:52:09 +0100 |
commit | 2c997d76034d5294c92305108357daef6feabd95 (patch) | |
tree | dd97935cb8b5ca4da3d39a52e8d1ca2d780f7f00 /src/testdir/test_alot_utf8.vim | |
parent | 93a32e2ec4b5a391c5006ca09f196e6510c8c2e9 (diff) | |
download | vim-git-2c997d76034d5294c92305108357daef6feabd95.tar.gz |
patch 8.0.1333: some tests are run twicev8.0.1333
Problem: Some tests are run twice.
Solution: Invoked most utf8 tests only from test_alot_utf8. (Yegappan
Lakshmanan, closes #2369)
Diffstat (limited to 'src/testdir/test_alot_utf8.vim')
-rw-r--r-- | src/testdir/test_alot_utf8.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test_alot_utf8.vim b/src/testdir/test_alot_utf8.vim index 13e227b6e..648d806a9 100644 --- a/src/testdir/test_alot_utf8.vim +++ b/src/testdir/test_alot_utf8.vim @@ -7,8 +7,11 @@ 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 +source test_startup_utf8.vim source test_utf8.vim source test_utf8_comparisons.vim |