Mercurial > vim
view src/Make_all.mak @ 16070:c435843c7535 v8.1.1040
patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any build
commit https://github.com/vim/vim/commit/b99abaa480a7dd983ee4998c5cfdeb997214dcae
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 22 17:03:05 2019 +0100
patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any build
Problem: FEAT_TAG_ANYWHITE is not enabled in any build.
Solution: Remove the feature.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 22 Mar 2019 17:15:04 +0100 |
parents | d94901eeb762 |
children | 1e76da634877 |
line wrap: on
line source
# # Common Makefile, defines the list of tests to run and other things. # # Argument for running ctags. TAGS_FILES = \ *.c \ *.cpp \ *.h \ auto/*.c \ libvterm/src/*.c \ libvterm/src/*.h \ libvterm/include/*.h \ xdiff/*.c \ xdiff/*.h