]> granicus.if.org Git - vim/commitdiff
patch 8.2.0638: MS-Windows: messages test fails v8.2.0638
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Apr 2020 14:41:58 +0000 (16:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Apr 2020 14:41:58 +0000 (16:41 +0200)
Problem:    MS-Windows: messages test fails.
Solution:   Clear environment variables.

src/testdir/test_messages.vim
src/version.c

index 84808efa09576b03253f9e8bccdd85c76469d19f..3d7245dc6347cb953a57f91e7cf6a201d74591c0 100644 (file)
@@ -9,6 +9,9 @@ function Test_messages()
     set nomore
     " Avoid the "message maintainer" line.
     let $LANG = ''
+    let $LC_ALL = ''
+    let $LC_MESSAGES = ''
+    let $LC_COLLATE = ''
 
     let arr = map(range(10), '"hello" . v:val')
     for s in arr
index 28d317922a7cffb1a765327f56cd2f90a0a52141..3ba74528990564eff6fad4ef86e6dcb8376166a0 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    638,
 /**/
     637,
 /**/