Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix localoptions being set for first zgenom call (tarjoilija#105)
When zgenom was fully loaded (`__zgenom`) localoptions and extendedglob was being set to find all autoloaded functions. This localoptions would prevent setting any options from the file sourced by this first call. So when for example the first call was `zgenom load my/plugin` `my/plugin` wouldn't be able to set any options. This would only occur in the first shell after `zgenom reset` since this issue would not persist in the generated `init.zsh`. Closes tarjoilija#101
- Loading branch information