comparison 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
comparison
equal deleted inserted replaced
13969:22add1bef76b 13970:939cfab265b9
3 3
4 source test_assign.vim 4 source test_assign.vim
5 source test_bufline.vim 5 source test_bufline.vim
6 source test_cd.vim 6 source test_cd.vim
7 source test_changedtick.vim 7 source test_changedtick.vim
8 source test_compiler.vim
8 source test_cursor_func.vim 9 source test_cursor_func.vim
9 source test_delete.vim 10 source test_delete.vim
10 source test_ex_undo.vim 11 source test_ex_undo.vim
11 source test_ex_z.vim 12 source test_ex_z.vim
12 source test_execute_func.vim 13 source test_execute_func.vim