view src/Make_all.mak @ 18428:9f7a2cfabfba v8.1.2208

patch 8.1.2208: Unix: Tabs in output might be expanded to spaces Commit: https://github.com/vim/vim/commit/faf626e5d1ca128e4bf943c4e505f08d428ed77e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 24 17:43:25 2019 +0200 patch 8.1.2208: Unix: Tabs in output might be expanded to spaces Problem: Unix: Tabs in output might be expanded to spaces. Solution: Reset the XTABS flag. (closes https://github.com/vim/vim/issues/5108)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Oct 2019 17:45:05 +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