view src/Make_all.mak @ 30578:f1010a0e6226 v9.0.0624

patch 9.0.0624: leaking argument type array Commit: https://github.com/vim/vim/commit/ac38ec7c7f7cb0ab94397dc19bd72b0a84afdbe5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 29 20:23:35 2022 +0100 patch 9.0.0624: leaking argument type array Problem: Leaking argument type array. Solution: Add allocated memory to type_gap.
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Sep 2022 21:30: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