aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_alot.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test_alot.vim')
-rw-r--r--src/nvim/testdir/test_alot.vim10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim
index c1f6405579..b4baf7a8d7 100644
--- a/src/nvim/testdir/test_alot.vim
+++ b/src/nvim/testdir/test_alot.vim
@@ -2,29 +2,33 @@
" This makes testing go faster, since Vim doesn't need to restart.
source test_assign.vim
+source test_changedtick.vim
source test_cursor_func.vim
-source test_execute_func.vim
source test_ex_undo.vim
+source test_execute_func.vim
source test_expr.vim
-source test_expr_utf8.vim
source test_feedkeys.vim
source test_filter_cmd.vim
source test_filter_map.vim
+source test_findfile.vim
source test_float_func.vim
source test_functions.vim
source test_ga.vim
source test_goto.vim
source test_jumps.vim
source test_fileformat.vim
+source test_filetype.vim
source test_lambda.vim
source test_menu.vim
source test_mapping.vim
source test_messages.vim
-source test_options.vim
source test_partial.vim
source test_popup.vim
+source test_put.vim
+source test_recover.vim
source test_regexp_utf8.vim
source test_source_utf8.vim
+source test_sha256.vim
source test_statusline.vim
source test_syn_attr.vim
source test_tabline.vim