view src/Make_all.mak @ 15806:6a4e9d9f1d66 v8.1.0910

patch 8.1.0910: crash with tricky search pattern commit https://github.com/vim/vim/commit/15bbd6ec871a0efdd16256e1fccbaac0fd374cbd Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 13 20:31:50 2019 +0100 patch 8.1.0910: crash with tricky search pattern Problem: Crash with tricky search pattern. (Kuang-che Wu) Solution: Check for runnning out of memory. (closes https://github.com/vim/vim/issues/3950)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Feb 2019 20:45:07 +0100
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