view ci/config.mk.sed @ 23404:a6b6bcc004f2 v8.2.2245

patch 8.2.2245: Vim9: return value of winrestcmd() cannot be executed Commit: https://github.com/vim/vim/commit/285b15fce164ade8b1537b884cc15aebaa60e9ef Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 29 20:25:19 2020 +0100 patch 8.2.2245: Vim9: return value of winrestcmd() cannot be executed Problem: Vim9: return value of winrestcmd() cannot be executed. Solution: Put colons before each range. (closes https://github.com/vim/vim/issues/7571)
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Dec 2020 20:30:06 +0100
parents 6564dafe5005
children fccd67ae58c8
line wrap: on
line source

/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
/^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unused-function/