1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

23733: zmodload -LaF didn't include unloaded modules

This commit is contained in:
Peter Stephenson 2007-07-31 14:35:52 +00:00
parent 6c60a8ec79
commit eedfdb916a
3 changed files with 9 additions and 1 deletions

View file

@ -215,7 +215,7 @@ printmodulenode(HashNode hn, int flags)
fputs(" -> ", stdout);
nicezputs(m->u.alias, stdout);
}
} else if (m->u.handle) {
} else if (m->u.handle || (flags & PRINTMOD_AUTO)) {
/*
* Loaded module.
*/