mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0075
This commit is contained in:
@@ -2381,7 +2381,7 @@ ex_vimgrep(eap)
|
||||
p = skip_vimgrep_pat(eap->arg, &s, &flags);
|
||||
if (p == NULL)
|
||||
{
|
||||
EMSG(_("E682: Invalid search pattern or delimiter"));
|
||||
EMSG(_(e_invalpat));
|
||||
goto theend;
|
||||
}
|
||||
regmatch.regprog = vim_regcomp(s, RE_MAGIC);
|
||||
|
Reference in New Issue
Block a user