view src/Make_all.mak @ 21506:1d1ffb0dbd87 v8.2.1303

patch 8.2.1303: calling popup_setoptions() resets 'signcolumn' Commit: https://github.com/vim/vim/commit/6d585f4c5c8d120f768dd61bfd32f6e57ad562a7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 22:20:54 2020 +0200 patch 8.2.1303: calling popup_setoptions() resets 'signcolumn' Problem: Calling popup_setoptions() resets 'signcolumn'. Solution: Only set 'signcolumn' when creating the popup. (closes https://github.com/vim/vim/issues/6542)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 22: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