view src/Make_all.mak @ 29558:b14fe28768c0 v9.0.0120

patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space Commit: https://github.com/vim/vim/commit/6b568b1cc75e6c4d4a3ec95d7867c7a22e98eba1 Author: Anton Sharonov <anton.sharonov@gmail.com> Date: Sun Jul 31 12:26:05 2022 +0100 patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space Problem: MS-Windows GUI: cannot use AltGr + Space. Solution: Check for VK_MENU instead of VK_LMENU. (Anton Sharonov, closes #10820, closes #10753)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jul 2022 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