comparison src/version.c @ 22924:db65bb242582 v8.2.2009

patch 8.2.2009: MS-Windows: setting $LANG in gvimext only causes problems Commit: https://github.com/vim/vim/commit/382319211a96adce089673c80eda982cc5259d0d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 15:30:09 2020 +0100 patch 8.2.2009: MS-Windows: setting $LANG in gvimext only causes problems Problem: MS-Windows: setting $LANG in gvimext only causes problems. Solution: Do not set $LANG. (Ken Takata, closes https://github.com/vim/vim/issues/7325)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 15:45:05 +0100
parents 5d8990ad211e
children edfbb06cd0ee
comparison
equal deleted inserted replaced
22923:277aa4652a3c 22924:db65bb242582
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 2009,
753 /**/ 755 /**/
754 2008, 756 2008,
755 /**/ 757 /**/
756 2007, 758 2007,
757 /**/ 759 /**/