0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.4678: Vim9: not all code is tested

Problem:    Vim9: not all code is tested.
Solution:   Add a few more tests.
This commit is contained in:
Bram Moolenaar
2022-04-03 21:11:34 +01:00
parent 0b962e5685
commit 1061195057
5 changed files with 71 additions and 6 deletions

View File

@@ -2636,7 +2636,10 @@ exec_instructions(ectx_T *ectx)
SOURCING_LNUM = iptr->isn_lnum;
if (do_source(si->sn_name, FALSE, DOSO_NONE, NULL)
== FAIL)
{
semsg(_(e_cant_open_file_str_2), si->sn_name);
goto on_error;
}
}
}
break;