diff src/testdir/test_alot.vim @ 13970:939cfab265b9 v8.1.0003

patch 8.1.0003: the :compiler command is not tested commit https://github.com/vim/vim/commit/10561fe0a37efd611ccb1517b37de12d2e37af0f Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 19 15:01:10 2018 +0200 patch 8.1.0003: the :compiler command is not tested Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/2930)
author Christian Brabandt <cb@256bit.org>
date Sat, 19 May 2018 15:15:05 +0200
parents f8f505ffc0a6
children d9e6eec551e1
line wrap: on
line diff
--- 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