diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-25 16:49:25 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-25 16:49:31 -0400 |
commit | 68de7e72446e88a2902f43e6c6af70bbf13f1be5 (patch) | |
tree | d93936231fdea8e1cf1382a81b6c44d96fca39a3 /src | |
parent | 06d9fa2e0c177f1b16fc97eefd32c552d63b0e44 (diff) | |
download | rneovim-68de7e72446e88a2902f43e6c6af70bbf13f1be5.tar.gz rneovim-68de7e72446e88a2902f43e6c6af70bbf13f1be5.tar.bz2 rneovim-68de7e72446e88a2902f43e6c6af70bbf13f1be5.zip |
test/old: remove duplicates, run test_tabpage.vim
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_alot.vim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index 0b4a5c538c..30e29bd05d 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -35,22 +35,19 @@ source test_partial.vim source test_popup.vim source test_put.vim source test_recover.vim -source test_regexp_utf8.vim source test_scroll_opt.vim source test_sort.vim -source test_source_utf8.vim source test_sha256.vim source test_statusline.vim source test_suspend.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_taglist.vim source test_true_false.vim source test_unlet.vim -source test_utf8.vim source test_virtualedit.vim source test_window_cmd.vim source test_wnext.vim |