view src/Make_all.mak @ 18528:6ad15a9b7c89 v8.1.2258

patch 8.1.2258: may get hit-enter prompt after entering a number Commit: https://github.com/vim/vim/commit/dc968e7a45c672a81148628b755c2a440a228ad7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 5 21:53:20 2019 +0100 patch 8.1.2258: may get hit-enter prompt after entering a number Problem: May get hit-enter prompt after entering a number. (Malcolm Rowe) Solution: Put back accidentally deleted lines. (closes https://github.com/vim/vim/issues/5176)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Nov 2019 22:00:03 +0100
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