comparison src/version.c @ 6193:59cd2b16f718 v7.4.432

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 12:25:33 +0200
parents 5672a06e4bd8
children dd3dac42cb9b
comparison
equal deleted inserted replaced
6192:aaa91f821638 6193:59cd2b16f718
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 432,
744 /**/ 746 /**/
745 431, 747 431,
746 /**/ 748 /**/
747 430, 749 430,
748 /**/ 750 /**/