To: vim_dev@googlegroups.com Subject: Patch 8.2.2237 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2237 Problem: CI on Mac fails in sed command. Solution: Set LC_ALL to "C". (Ozaki Kiichi, closes #7565) Files: .github/workflows/ci.yml *** ../vim-8.2.2236/.github/workflows/ci.yml 2020-12-22 19:05:29.454177553 +0100 --- .github/workflows/ci.yml 2020-12-28 15:45:03.342370410 +0100 *************** *** 291,297 **** - name: Build env: ! LANG: C run: | make -j${NPROC} --- 291,297 ---- - name: Build env: ! LC_ALL: C run: | make -j${NPROC} *** ../vim-8.2.2236/src/version.c 2020-12-28 15:41:37.171352372 +0100 --- src/version.c 2020-12-28 15:45:56.606131050 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2237, /**/ -- Micro$oft: where do you want to go today? Linux: where do you want to go tomorrow? FreeBSD: are you guys coming, or what? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///