view src/Make_all.mak @ 23289:ac701146c708 v8.2.2190

patch 8.2.2190: Vim9: crash when compiled with EXITFREE Commit: https://github.com/vim/vim/commit/077a42318c20ec9e71250edd8c4346edef72281b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 22 18:33:27 2020 +0100 patch 8.2.2190: Vim9: crash when compiled with EXITFREE Problem: Vim9: crash when compiled with EXITFREE. Solution: Check that df_ufunc is not NULL.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Dec 2020 18:45:03 +0100
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