summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-19 15:01:10 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-19 15:01:10 +0200
commit10561fe0a37efd611ccb1517b37de12d2e37af0f (patch)
tree2d8192e5c9a2ee44be0083afdf4eb981e504a33a /src/testdir/test_alot.vim
parent2abad54cede7c33f090fbde19a9a3eb3dbf78e53 (diff)
patch 8.1.0003: the :compiler command is not testedv8.1.0003
Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes #2930)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index b8a56502b1..ac3ca74f53 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -5,6 +5,7 @@ source test_assign.vim
source test_bufline.vim
source test_cd.vim
source test_changedtick.vim
+source test_compiler.vim
source test_cursor_func.vim
source test_delete.vim
source test_ex_undo.vim