view src/Make_all.mak @ 27142:d2471d710ec9 v8.2.4100

patch 8.2.4100: early return when getting the 'formatlistpat' value Commit: https://github.com/vim/vim/commit/04b871da800768287a8a432de568b11297db8686 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 15 18:31:43 2022 +0000 patch 8.2.4100: early return when getting the 'formatlistpat' value Problem: Early return when getting the 'formatlistpat' value. Solution: Remove the first line. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jan 2022 19: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