view src/Make_all.mak @ 28929:2ac9beab876c v8.2.4987

patch 8.2.4987: after deletion a small fold may be closable Commit: https://github.com/vim/vim/commit/3fcccf94e8bc142d2c79c3b62087145896df6b36 Author: Brandon Simmons <simmsbra@gmail.com> Date: Fri May 20 18:25:21 2022 +0100 patch 8.2.4987: after deletion a small fold may be closable Problem: After deletion a small fold may be closable. Solution: Check for a reverse range. (Brandon Simmons, closes https://github.com/vim/vim/issues/10457)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 May 2022 19:30:06 +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