commit | 14993322b1bdcd507f439fbbf6dd3d051f777373 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 12:25:33 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 12:25:33 2014 +0200 |
tree | b8a8b6f28d4530eae40167b2bc79dbe6c2964a04 | |
parent | 120f4a878f61d78b9be34e3516aa4cdf0fc682d7 [diff] [blame] |
updated for version 7.4.432 Problem: When the startup code expands command line arguments, setting 'encoding' will not properly convert the arguments. Solution: Call get_cmd_argsW() early in main(). (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 838c1d6..18ea863 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 432, +/**/ 431, /**/ 430,