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:
parent
6c60a8ec79
commit
eedfdb916a
3 changed files with 9 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue