commit | f0447e89a52885630947510f2d1b55f665a1a20e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 21:26:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 21:26:38 2018 +0200 |
tree | 8bc1a1f30dcd04657b8804192b5959f8d0f9fd42 | |
parent | 851332ea9cdabf24980a7f7c293da81fa990f864 [diff] [blame] |
patch 8.1.0146: when $LANG is set the compiler test may fail Problem: When $LANG is set the compiler test may fail. Solution: Unset $LANG.
diff --git a/src/version.c b/src/version.c index ea289c7..cfc3b23 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 146, +/**/ 145, /**/ 144,