Searched refs:ex_error_buf (Results 1 – 1 of 1) sorted by relevance
2696 static char ex_error_buf[MSG_BUF_LEN]; variable2706 vim_snprintf(ex_error_buf, MSG_BUF_LEN, _(msg), arg); in ex_errmsg()2707 return ex_error_buf; in ex_errmsg()