aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-21 13:42:33 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-03-22 18:42:59 +0100
commitc99514c2a4ebfc35413daa57d017be16bd179e90 (patch)
treed776d96b9452105dbe668e37427430bd15f14891
parent78a4c73cf06aaf8cd496d39bbbeaef821906fc25 (diff)
downloadrneovim-c99514c2a4ebfc35413daa57d017be16bd179e90.tar.gz
rneovim-c99514c2a4ebfc35413daa57d017be16bd179e90.tar.bz2
rneovim-c99514c2a4ebfc35413daa57d017be16bd179e90.zip
test/legacy: Run test_match, test_tabpage isolated
These are failing when run as a batch. Most likely some Vim runtime patch fixed something, but we don't have it yet. Just isolate them for now. Also test_matchadd_conceal_utf8 (it's not there in Vim tree, either).
-rw-r--r--src/nvim/testdir/test_alot.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim
index 8aa0f417d1..9d1f07fc0b 100644
--- a/src/nvim/testdir/test_alot.vim
+++ b/src/nvim/testdir/test_alot.vim
@@ -13,8 +13,6 @@ source test_filter_map.vim
source test_goto.vim
source test_jumps.vim
source test_lambda.vim
-source test_match.vim
-source test_matchadd_conceal_utf8.vim
source test_menu.vim
source test_mapping.vim
source test_messages.vim
@@ -26,7 +24,7 @@ source test_source_utf8.vim
source test_statusline.vim
source test_syn_attr.vim
source test_tabline.vim
-source test_tabpage.vim
+" source test_tabpage.vim
source test_tagcase.vim
source test_tagjump.vim
source test_true_false.vim