comparison src/version.c @ 22417:68115baaf9e4 v8.2.1757

patch 8.2.1757: Mac: default locale is lacking the encoding Commit: https://github.com/vim/vim/commit/a5fe91e6dc610bc823bc3201e2c88179989b13fb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 27 16:03:15 2020 +0200 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 https://github.com/vim/vim/issues/7022)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Sep 2020 16:15:03 +0200
parents 1cefe1c013ac
children 6a9e5c087c86
comparison
equal deleted inserted replaced
22416:f94f157b4a1d 22417:68115baaf9e4
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1757,
753 /**/ 755 /**/
754 1756, 756 1756,
755 /**/ 757 /**/
756 1755, 758 1755,
757 /**/ 759 /**/