view ci/config.mk.clang-12.sed @ 36017:2ce38720e556

runtime(man): Fix <Plug>ManBS Commit: https://github.com/vim/vim/commit/1c4f40213bbb848091dcacd7c5b34f6a45e341a7 Author: Luca Saccarola <github.e41mv@aleeas.com> Date: Thu Aug 22 21:16:25 2024 +0200 runtime(man): Fix <Plug>ManBS This change does 2 things: - make sure the mapping <Plug>ManBS sets the buffer to modified to avoid a potential error message - remove commented q mapping fixes #15538 closes: #15547 Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Aug 2024 21:30:03 +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/