commit | cf839732113e19a53302331d4f479a5e844a4a67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 16:31:23 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 16:31:23 2011 +0200 |
tree | 3b0d59235cbaff9b45fa069f152fd29c49574088 | |
parent | e78c206856b35172196a171b9f5c6b2f66bda393 [diff] [blame] |
updated for version 7.3.276 Problem: GvimExt sets $LANG in the wrong way. Solution: Save the environment and use it for gvim. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 1d8b410..cdbde12 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 276, +/**/ 275, /**/ 274,