view ci/config.mk.sed @ 28562:e96111a91a21 v8.2.4805

patch 8.2.4805: CurSearch used for all matches in current line Commit: https://github.com/vim/vim/commit/9b36750640e8e89f18afa1446ed80fdbdf0fcac0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 22 20:07:21 2022 +0100 patch 8.2.4805: CurSearch used for all matches in current line Problem: CurSearch used for all matches in current line. Solution: Don't use the non-zero line count. (closes https://github.com/vim/vim/issues/10247)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Apr 2022 21:15:05 +0200
parents fccd67ae58c8
children d83068c95ba0
line wrap: on
line source

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