commit | 382319211a96adce089673c80eda982cc5259d0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 15:30:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 15:30:09 2020 +0100 |
tree | b0cd48b665a2005ba46a4d679373c7ddda64597f | |
parent | 032f40afb88b24043f96655aa248267a4f54faa8 [diff] [blame] |
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 #7325)
diff --git a/src/version.c b/src/version.c index a96756d..7c8a370 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2009, +/**/ 2008, /**/ 2007,