mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
23665: autoloading of module features and related tweaks
This commit is contained in:
parent
018c9a2708
commit
1b52f47cf2
46 changed files with 1354 additions and 780 deletions
|
|
@ -250,7 +250,7 @@ execbuiltin(LinkList args, Builtin bn)
|
|||
name = (char *) ugetnode(args);
|
||||
|
||||
if (!bn->handlerfunc) {
|
||||
zwarnnam(name, "autoload failed");
|
||||
DPUTS(1, "Missing builtin detected too late");
|
||||
deletebuiltin(bn->node.nam);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue