view src/Make_all.mak @ 27251:85f56e16da9b v8.2.4154

patch 8.2.4154: ml_get error when exchanging windows in Visual mode Commit: https://github.com/vim/vim/commit/05b27615481e72e3b338bb12990fb3e0c2ecc2a9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 13:32:50 2022 +0000 patch 8.2.4154: ml_get error when exchanging windows in Visual mode Problem: ml_get error when exchanging windows in Visual mode. Solution: Correct end of Visual area when entering another buffer.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 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