mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -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:
@@ -2330,7 +2330,7 @@ ex_function(exarg_T *eap)
|
||||
*/
|
||||
if (*eap->arg == '/')
|
||||
{
|
||||
p = skip_regexp(eap->arg + 1, '/', TRUE, NULL);
|
||||
p = skip_regexp(eap->arg + 1, '/', TRUE);
|
||||
if (!eap->skip)
|
||||
{
|
||||
regmatch_T regmatch;
|
||||
|
Reference in New Issue
Block a user