commit | a5fe91e6dc610bc823bc3201e2c88179989b13fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 16:03:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 16:03:15 2020 +0200 |
tree | 549279515623ddd6f45cfa0ba006d5fac01aeef4 | |
parent | cfcd011fcd8021da52fba62dabf7a2497f1879b7 [diff] [blame] |
patch 8.2.1757: Mac: default locale is lacking the encoding Problem: Mac: default locale is lacking the encoding. Solution: Add ".UTF-8 to the locale. (Yee Cheng Chin, closes #7022)
diff --git a/src/version.c b/src/version.c index a0bea6f..9ef77d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1757, +/**/ 1756, /**/ 1755,