File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,15 +89,16 @@ static char *(main_errors[]) =
8989};
9090
9191#ifndef PROTO /* don't want a prototype for main() */
92+
93+ /* Various parameters passed between main() and other functions. */
94+ static mparm_T params ;
95+
9296#ifndef NO_VIM_MAIN /* skip this for unittests */
9397
9498static char_u * start_dir = NULL ; /* current working dir on startup */
9599
96100static int has_dash_c_arg = FALSE;
97101
98- /* Various parameters passed between main() and other functions. */
99- static mparm_T params ;
100-
101102 int
102103# ifdef VIMDLL
103104_export
Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ test_trunc_string(void)
9696 int
9797main (int argc , char * * argv )
9898{
99- mparm_T params ;
100-
10199 vim_memset (& params , 0 , sizeof (params ));
102100 params .argc = argc ;
103101 params .argv = argv ;
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 540 ,
767769/**/
768770 539 ,
769771/**/
You can’t perform that action at this time.
0 commit comments