view src/Make_all.mak @ 28644:0c63014c2513 v8.2.4846

patch 8.2.4846: termcodes test fails Commit: https://github.com/vim/vim/commit/bad8a013c238595aa206690210eb1367fbc878f9 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 29 16:44:00 2022 +0100 patch 8.2.4846: termcodes test fails Problem: Termcodes test fails. Solution: use CTRL-SHIFT-V to insert an unsimplified key. (closes https://github.com/vim/vim/issues/10316)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Apr 2022 17:45:03 +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