view src/Make_all.mak @ 25951:560132056b97 v8.2.3509

patch 8.2.3509: undo file is not synced Commit: https://github.com/vim/vim/commit/340dd0fbe462a15a9678cfba02085b4adcc45f02 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 14 17:52:23 2021 +0100 patch 8.2.3509: undo file is not synced Problem: Undo file is not synced. (Sami Farin) Solution: Sync the undo file if 'fsync' is set. (Christian Brabandt, closes #8879, closes #8920)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Oct 2021 19:00:07 +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