comparison src/mbyte.c @ 41:f529edb9bab3 v7.0025

updated for version 7.0025
author vimboss
date Mon, 27 Dec 2004 21:59:20 +0000
parents 410fa1a31baf
children c75153d791d0
comparison
equal deleted inserted replaced
40:f1d2a58883b9 41:f529edb9bab3
690 690
691 #ifdef WIN32 691 #ifdef WIN32
692 /* When changing 'encoding' while starting up, then convert the command 692 /* When changing 'encoding' while starting up, then convert the command
693 * line arguments from the active codepage to 'encoding'. */ 693 * line arguments from the active codepage to 'encoding'. */
694 if (starting != 0) 694 if (starting != 0)
695 {
696 extern void fix_arg_enc(void);
697
698 fix_arg_enc(); 695 fix_arg_enc();
699 }
700 #endif 696 #endif
701 697
702 #ifdef FEAT_AUTOCMD 698 #ifdef FEAT_AUTOCMD
703 /* Fire an autocommand to let people do custom font setup. This must be 699 /* Fire an autocommand to let people do custom font setup. This must be
704 * after Vim has been setup for the new encoding. */ 700 * after Vim has been setup for the new encoding. */