zi stress
Summary
Section titled “Summary”Test a plugin for compatibility with a set of Zsh options. Use this to diagnose plugins that fail under certain option combinations like KSH_ARRAYS or SH_WORD_SPLIT.
Syntax / Usage
Section titled “Syntax / Usage”zi stress {plg-spec}Details
Section titled “Details”Loads the plugin repeatedly with different Zsh option sets (options that are known to cause compatibility issues) and reports any errors or failures encountered. Helps identify whether a plugin will break in non-standard Zsh configurations. Useful before publishing a plugin or when diagnosing errors that only appear in specific shell environments.
Examples
Section titled “Examples”zi stress zdharma-continuum/history-search-multi-wordSee Also
Section titled “See Also”- cmd-report
- cmd-load