Mercurial > vim
view ci/config.mk.clang-12.sed @ 33508:c252fbfde41d
runtime: make command name for &iskeywordprg more unique (#13297)
Commit: https://github.com/vim/vim/commit/1e33cd72b60a119a038952bb658862d038602f76
Author: Enno <Konfekt@users.noreply.github.com>
Date: Sun Oct 8 19:14:07 2023 +0200
runtime: make command name for &iskeywordprg more unique (https://github.com/vim/vim/issues/13297)
See https://github.com/vim/vim/pull/13213/commits by @dkearns:
Rename 'keywordprg' user command to ShKeywordPrg as this is just a
leaking implementation detail.
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 08 Oct 2023 19:15:08 +0200 |
parents | 9b35b4c6df4c |
children |
line wrap: on
line source
# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default. /^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro -Wno-compound-token-split-by-macro/ /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/