view src/Make_all.mak @ 17350:072ae5089541 v8.1.1674

patch 8.1.1674: script to check a colorscheme can be improved commit https://github.com/vim/vim/commit/4e63f9425e6623aec4cd016af6def0b354b935f1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 12 22:46:47 2019 +0200 patch 8.1.1674: script to check a colorscheme can be improved Problem: Script to check a colorscheme can be improved. Solution: Match the whole group name. Don't warn for what is usually omitted.
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jul 2019 23:00:05 +0200
parents d94901eeb762
children 1e76da634877
line wrap: on
line source

#
# Common Makefile, defines the list of tests to run and other things.
#

# Argument for running ctags.
TAGS_FILES = \
	*.c \
	*.cpp \
	*.h \
	auto/*.c \
	libvterm/src/*.c \
	libvterm/src/*.h \
	libvterm/include/*.h \
	xdiff/*.c \
	xdiff/*.h