view src/Make_all.mak @ 18128:aeabc666a119 v8.1.2059

patch 8.1.2059: fix for "x" deleting a fold has side effects Commit: https://github.com/vim/vim/commit/56ebbabea1d8409ba67127b9674f6c714739c8e0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 20 13:40:14 2019 +0200 patch 8.1.2059: fix for "x" deleting a fold has side effects Problem: Fix for "x" deleting a fold has side effects. Solution: Fix it where the fold is included.
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Sep 2019 13:45:04 +0200
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