comparison src/fileio.c @ 273:2463194c8cdd

updated for version 7.0073
author vimboss
date Thu, 19 May 2005 21:00:46 +0000
parents 4707450c2b33
children bf6ee000a80c
comparison
equal deleted inserted replaced
272:ddada568db54 273:2463194c8cdd
8340 if (sourcing_name != NULL) 8340 if (sourcing_name != NULL)
8341 { 8341 {
8342 sprintf((char *)sourcing_name, s, 8342 sprintf((char *)sourcing_name, s,
8343 (char *)name, (char *)ap->pat); 8343 (char *)name, (char *)ap->pat);
8344 if (p_verbose >= 8) 8344 if (p_verbose >= 8)
8345 msg_str((char_u *)_("Executing %s"), sourcing_name); 8345 smsg((char_u *)_("Executing %s"), sourcing_name);
8346 } 8346 }
8347 8347
8348 apc->curpat = ap; 8348 apc->curpat = ap;
8349 apc->nextcmd = ap->cmds; 8349 apc->nextcmd = ap->cmds;
8350 /* mark last command */ 8350 /* mark last command */
8408 ac = acp->nextcmd; 8408 ac = acp->nextcmd;
8409 8409
8410 if (p_verbose >= 9) 8410 if (p_verbose >= 9)
8411 { 8411 {
8412 msg_scroll = TRUE; /* always scroll up, don't overwrite */ 8412 msg_scroll = TRUE; /* always scroll up, don't overwrite */
8413 msg_str((char_u *)_("autocommand %s"), ac->cmd); 8413 smsg((char_u *)_("autocommand %s"), ac->cmd);
8414 msg_puts((char_u *)"\n"); /* don't overwrite this either */ 8414 msg_puts((char_u *)"\n"); /* don't overwrite this either */
8415 cmdline_row = msg_row; 8415 cmdline_row = msg_row;
8416 } 8416 }
8417 retval = vim_strsave(ac->cmd); 8417 retval = vim_strsave(ac->cmd);
8418 autocmd_nested = ac->nested; 8418 autocmd_nested = ac->nested;