annotate ci/config.mk.sed @ 31176:0795700291ae v9.0.0922

patch 9.0.0922: Mermaid files are not recognized Commit: https://github.com/vim/vim/commit/364438d1e817d1d76003695f9ab533df35f8948a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 22 19:16:29 2022 +0000 patch 9.0.0922: Mermaid files are not recognized Problem: Mermaid files are not recognized. Solution: Add patterns for Mermaid. (Crag MacEachern)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Nov 2022 20:30:04 +0100
parents fccd67ae58c8
children d83068c95ba0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20548
6564dafe5005 patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Bram Moolenaar <Bram@vim.org>
parents: 19971
diff changeset
1 /^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
26788
fccd67ae58c8 patch 8.2.3922: cannot build with dynamic Ruby 3.1
Bram Moolenaar <Bram@vim.org>
parents: 20548
diff changeset
2 /^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function/
fccd67ae58c8 patch 8.2.3922: cannot build with dynamic Ruby 3.1
Bram Moolenaar <Bram@vim.org>
parents: 20548
diff changeset
3 /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter/