mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.0502: Vim9: some code is not tested
Problem: Vim9: some code is not tested. Solution: Add more tests. Fix uncovered problems.
This commit is contained in:
@@ -1527,7 +1527,7 @@ ex_catch(exarg_T *eap)
|
||||
else
|
||||
{
|
||||
pat = eap->arg + 1;
|
||||
end = skip_regexp(pat, *eap->arg, TRUE, NULL);
|
||||
end = skip_regexp(pat, *eap->arg, TRUE);
|
||||
}
|
||||
|
||||
if (!give_up)
|
||||
|
Reference in New Issue
Block a user