comparison src/fileio.c @ 500:4772a5e3f9fa v7.0138

updated for version 7.0138
author vimboss
date Mon, 29 Aug 2005 22:25:38 +0000
parents a5fcf36ef512
children ce2181d14aa0
comparison
equal deleted inserted replaced
499:08012a1ff8d4 500:4772a5e3f9fa
6863 msg_putchar('\n'); 6863 msg_putchar('\n');
6864 msg_col = 14; 6864 msg_col = 14;
6865 if (got_int) 6865 if (got_int)
6866 return; 6866 return;
6867 msg_outtrans(ac->cmd); 6867 msg_outtrans(ac->cmd);
6868 #ifdef FEAT_EVAL
6869 if (p_verbose > 0)
6870 last_set_msg(ac->scriptID);
6871 #endif
6868 if (got_int) 6872 if (got_int)
6869 return; 6873 return;
6870 if (ac->next != NULL) 6874 if (ac->next != NULL)
6871 { 6875 {
6872 msg_putchar('\n'); 6876 msg_putchar('\n');