In helper.zsh, there is a function, pmodload, which autoloads all functions for the modules being loaded. A regex, pfunction_glob, is used to determine which files in a given module's functions directory should be considered a function definition. However, in the for loops in this function, "pfunction" got replaced with "README.md", which resolved to a non-existent file, so no functions for any plugins loaded.pull/234/head
parent
0b23e9d20f
commit
04649ffc8d
Loading…
Reference in new issue