view src/Make_all.mak @ 31309:472ef2fdaa89 v9.0.0988

patch 9.0.0988: using feedkeys() does not show up in a channel log Commit: https://github.com/vim/vim/commit/b55ae8ce42c8a83d14bfde2c138fcc74f447de68 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 2 13:37:36 2022 +0000 patch 9.0.0988: using feedkeys() does not show up in a channel log Problem: Using feedkeys() does not show up in a channel log. Solution: Add ch_log() calls and clean up the code.
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 14:45:03 +0100
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