From f39d9e9dca443e42920066be3a98fd9780e4ed33 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 22 Apr 2023 22:54:40 +0100 Subject: 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. --- src/ex_cmds.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ex_cmds.c') diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 3ccb29ab3..085467e58 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -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; -- cgit v1.2.1