diff options
Diffstat (limited to 'src/nvim/testdir/test_alot.vim')
-rw-r--r-- | src/nvim/testdir/test_alot.vim | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index 1d1da94bac..60248bf430 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -1,3 +1,28 @@ " A series of tests that can run in one Vim invocation. " This makes testing go faster, since Vim doesn't need to restart. +source test_assign.vim +source test_autocmd.vim +source test_cursor_func.vim +source test_execute_func.vim +source test_ex_undo.vim +source test_expr.vim +source test_expr_utf8.vim +source test_feedkeys.vim +source test_goto.vim +source test_jumps.vim +source test_match.vim +source test_matchadd_conceal_utf8.vim +source test_menu.vim +source test_messages.vim +source test_options.vim +source test_partial.vim +source test_popup.vim +source test_regexp_utf8.vim +source test_statusline.vim +source test_syn_attr.vim +source test_tabline.vim +source test_tabpage.vim +source test_tagjump.vim +source test_unlet.vim +source test_window_cmd.vim |