0
0
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:
Bram Moolenaar
2023-04-22 22:54:40 +01:00
parent 71badf9547
commit f39d9e9dca
15 changed files with 25 additions and 33 deletions

View File

@@ -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, &regmatch) == FAIL)
if (search_regcomp(pat, &used_pat, RE_BOTH, which_pat, SEARCH_HIS,
&regmatch) == FAIL)
{
emsg(_(e_invalid_command));
return;