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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user