diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-19 15:01:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-19 15:01:10 +0200 |
commit | 10561fe0a37efd611ccb1517b37de12d2e37af0f (patch) | |
tree | 2d8192e5c9a2ee44be0083afdf4eb981e504a33a /src/testdir/test_alot.vim | |
parent | 2abad54cede7c33f090fbde19a9a3eb3dbf78e53 (diff) | |
download | vim-git-10561fe0a37efd611ccb1517b37de12d2e37af0f.tar.gz |
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.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index b8a56502b..ac3ca74f5 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 |