view src/Make_all.mak @ 29399:88d62ab596e8 v9.0.0042

patch 9.0.0042: missing change for filetype detection Commit: https://github.com/vim/vim/commit/324478037923feef1eb8a771648e38ade9e5e05a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 5 21:56:39 2022 +0100 patch 9.0.0042: missing change for filetype detection Problem: Missing change for filetype detection. Solution: Include change to detect guile from shebang line.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Jul 2022 23:00:03 +0200
parents 1e76da634877
children
line wrap: on
line source

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

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