Patch 8.2.2237

9 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 28, 2020, 9:47:23 AM12/28/20
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages