comparison src/eval.c @ 1730:e9624acb93a7 v7.2.028

updated for version 7.2-028
author vimboss
date Thu, 06 Nov 2008 10:05:42 +0000
parents 0f109c56b521
children 5a7384b9ca66
comparison
equal deleted inserted replaced
1729:83a126db2895 1730:e9624acb93a7
3285 startarg = skipwhite(arg); 3285 startarg = skipwhite(arg);
3286 rettv.v_type = VAR_UNKNOWN; /* clear_tv() uses this */ 3286 rettv.v_type = VAR_UNKNOWN; /* clear_tv() uses this */
3287 3287
3288 if (*startarg != '(') 3288 if (*startarg != '(')
3289 { 3289 {
3290 EMSG2(_("E107: Missing braces: %s"), eap->arg); 3290 EMSG2(_("E107: Missing parentheses: %s"), eap->arg);
3291 goto end; 3291 goto end;
3292 } 3292 }
3293 3293
3294 /* 3294 /*
3295 * When skipping, evaluate the function once, to find the end of the 3295 * When skipping, evaluate the function once, to find the end of the