commit | bc96c29ffc753daef302d20322d1e3d560094f44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 20:46:20 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 20:46:20 2015 +0100 |
tree | d221668556b5cef5279e66b0b57d52781eb04e89 | |
parent | f882d9f89dbe24ab1ba4bc88529bef28242fd2ed [diff] [blame] |
patch 7.4.957 Problem: Test_tagcase fails when using another language than English. Solution: Set the messages language to C. (Kenichi Ito)
diff --git a/src/version.c b/src/version.c index 7f99e81..3a3d34a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 957, +/**/ 956, /**/ 955,