mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.1479: small source file problems; outdated list of distrib. files
Problem: Small source file problems; outdated list of distributed files. Solution: Small updates to source files and list of distributed files.
This commit is contained in:
@@ -5107,7 +5107,8 @@ ex_global(exarg_T *eap)
|
||||
*cmd++ = NUL; // replace it with a NUL
|
||||
}
|
||||
|
||||
if (search_regcomp(pat, &used_pat, RE_BOTH, which_pat, SEARCH_HIS, ®match) == FAIL)
|
||||
if (search_regcomp(pat, &used_pat, RE_BOTH, which_pat, SEARCH_HIS,
|
||||
®match) == FAIL)
|
||||
{
|
||||
emsg(_(e_invalid_command));
|
||||
return;
|
||||
|
Reference in New Issue
Block a user