annotate ci/config.mk.gcc.sed @ 27827:0a0ad6453e67 v8.2.4439

patch 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-" Commit: https://github.com/vim/vim/commit/1349bd712cf7d24dc65408c523dd7deb30224f80 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 22 12:34:28 2022 +0000 patch 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-" Problem: Accepting "iso8859" 'encoding' as "iso-8859-". Solution: use "iso8859" as "iso-8859-1".
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 13:45:03 +0100
parents 6564dafe5005
children
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/$/ -Wno-error=maybe-uninitialized/