commit | 42c9cfa7f4d2f176234e385573ff2fb1f61915e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 18:49:57 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 18:49:57 2016 +0100 |
tree | a5376a7fe453db6a983cbb80fb432ae86fc71e8b | |
parent | 08b270a8a4544be9a7fecce311834fde2b457634 [diff] [blame] |
patch 7.4.1122 Problem: Test 92 and 93 fail when using gvim on a system with a non utf-8 locale. Solution: Avoid using .gvimrc by adding -U NONE. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 06044d4..76e176a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1122, +/**/ 1121, /**/ 1120,