aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_alot.vim
blob: 67e27e72a23a5c03d9e159b130dccc25684abebf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
" 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_goto.vim
source test_menu.vim
source test_messages.vim
source test_options.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_matchadd_conceal_utf8.vim