comparison src/Makefile @ 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 1174611ad715
children dc67449d648c
comparison
equal deleted inserted replaced
13969:22add1bef76b 13970:939cfab265b9
2148 test_clientserver \ 2148 test_clientserver \
2149 test_close_count \ 2149 test_close_count \
2150 test_cmdline \ 2150 test_cmdline \
2151 test_command_count \ 2151 test_command_count \
2152 test_comparators \ 2152 test_comparators \
2153 test_compiler \
2153 test_crypt \ 2154 test_crypt \
2154 test_cscope \ 2155 test_cscope \
2155 test_cursor_func \ 2156 test_cursor_func \
2156 test_curswant \ 2157 test_curswant \
2157 test_delete \ 2158 test_delete \