Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Proof of concept mainstream plugin manager



And even this doesn't work:

    for i in "$@"; do
        functions[$i]="
            local
FPATH='$ZPLUGIN_HOME/plugins/${ZPLUGIN_CURRENT_USER}--${ZPLUGIN_CURRENT_PLUGIN}'
            builtin autoload -X
        "
    done

One hint is that when functions[$i] is called for second time, then
traps work fine

PS. Sorry for streams of consciousness, that should be the last
email... However at least each of the emails sent is constructive

Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author