view src/Make_all.mak @ 25537:e0d6268c153a v8.2.3305

patch 8.2.3305: Vim9: :finally in skipped block not handled correctly Commit: https://github.com/vim/vim/commit/84934998806408db3f3ecff7ac4c3980e0c2a96e Author: rbtnn <naru123456789@gmail.com> Date: Sat Aug 7 13:26:53 2021 +0200 patch 8.2.3305: Vim9: :finally in skipped block not handled correctly Problem: Vim9: :finally in skipped block not handled correctly. Solution: Check whether :finally is in a skipped block. (Naruhiko Nishino, closes #8724)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 13:30: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