commit | c42b9c670ea621d4dac0f216e011a6db576c5136 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 19 15:15:54 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 19 15:15:54 2015 +0100 |
tree | 08fc34f03d2812c030e64f3370fd5dd05892fdf2 | |
parent | 9bc01ebb957d2b30d57bd30d7aee6f1df2a336b0 [diff] [blame] |
patch 7.4.978 Problem: test_cdo fails when using another language than English. Solution: Set the language to C. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 8289826..f1bf873 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 978, +/**/ 977, /**/ 976,