aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_alot.vim
blob: 4e8cd54ce329ab9892a47e9dd2095e7989551d6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
" 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_ex_undo.vim
source test_expr.vim
source test_expr_utf8.vim
source test_feedkeys.vim
source test_menu.vim
source test_options.vim
source test_popup.vim
source test_regexp_utf8.vim
source test_syn_attr.vim
source test_tabpage.vim
source test_unlet.vim
source test_matchadd_conceal_utf8.vim