commit | 2a02745709127bd56ccdbac8c568b3c25f3072a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 19:10:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 19:10:37 2017 +0200 |
tree | d6a3e6c777a3e760df7de4ceca9aba4a510a7771 | |
parent | 09ca932f8e7d63a83b39baa7c03d4c6145e3baab [diff] [blame] |
patch 8.0.1152: encoding of error message wrong in Cygwin terminal Problem: Encoding of error message wrong in Cygwin terminal. Solution: Get locale from environment variables. (Ken Takata)
diff --git a/src/version.c b/src/version.c index f948b8e..2126c96 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1152, +/**/ 1151, /**/ 1150,