comparison src/ex_cmds.c @ 1798:d8e7b6762aaa v7.2.096

updated for version 7.2-096
author vimboss
date Wed, 04 Feb 2009 12:14:51 +0000
parents be7491f23e9d
children f0c598082dff
comparison
equal deleted inserted replaced
1797:05952d133506 1798:d8e7b6762aaa
2415 { 2415 {
2416 msg_putchar('\n'); 2416 msg_putchar('\n');
2417 cursor_on(); /* msg_start() switches it off */ 2417 cursor_on(); /* msg_start() switches it off */
2418 out_flush(); 2418 out_flush();
2419 silent_mode = save_silent; 2419 silent_mode = save_silent;
2420 info_message = FALSE; 2420 }
2421 } 2421 info_message = FALSE;
2422 } 2422 }
2423 2423
2424 /* 2424 /*
2425 * ":file[!] [fname]". 2425 * ":file[!] [fname]".
2426 */ 2426 */