comparison src/main.c @ 46:46d39f2eff86 v7.0027

updated for version 7.0027
author vimboss
date Fri, 31 Dec 2004 21:01:02 +0000
parents f55897d6921d
children f67f8a8d81ba
comparison
equal deleted inserted replaced
45:e474bae3795f 46:46d39f2eff86
3156 ga_concat(&ga, inicmd); 3156 ga_concat(&ga, inicmd);
3157 ga_concat(&ga, (char_u *)"|"); 3157 ga_concat(&ga, (char_u *)"|");
3158 } 3158 }
3159 /* Bring the window to the foreground, goto Insert mode when 'im' set and 3159 /* Bring the window to the foreground, goto Insert mode when 'im' set and
3160 * clear command line. */ 3160 * clear command line. */
3161 ga_concat(&ga, (char_u *)"cal foreground()|if &im|star|en|ec<CR>"); 3161 ga_concat(&ga, (char_u *)"cal foreground()|if &im|star|en|redr|f<CR>");
3162 ga_append(&ga, NUL); 3162 ga_append(&ga, NUL);
3163 return ga.ga_data; 3163 return ga.ga_data;
3164 } 3164 }
3165 3165
3166 /* 3166 /*