mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
@@ -277,10 +277,6 @@ mch_early_init(void)
|
||||
AnsiUpperBuff(toupper_tab, 256);
|
||||
AnsiLowerBuff(tolower_tab, 256);
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_MBYTE) && !defined(FEAT_GUI)
|
||||
(void)get_cmd_argsW(NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user