1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2014-09-09 12:25:33 +02:00
parent 120f4a878f
commit 14993322b1
4 changed files with 18 additions and 4 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
432,
/**/
431,
/**/