summaryrefslogtreecommitdiff
path: root/plugins/fnm
AgeCommit message (Collapse)Author
2022-03-28chore: removing old completion code (#10616)Carlo Sala
2022-01-05style: declare globals properlyMarc Cornellà
By default, `typeset` defines variables locally unless in the main scope. This is specially bad when using `omz plugin load`, which happens inside a function, so the declared variables don't continue being defined when the function finishes and the main scope reappears.
2021-12-28refactor(plugins): generate completion functions in the backgroundMarc Cornellà
2021-12-28chore: fix comment bulk replaceMarc Cornellà
2021-12-28refactor: handle `$0` according to the Zsh plugin standard (#10518)Curtis Rueden
For details and rationale, see: https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html Closes #10518
2021-09-15refactor(plugins): remove old generated completion filesMarc Cornellà
This removes .gitignore plugin files and adds a force-rm of the old completion file, which ignores any errors if the file doesn't exist.
2021-09-15fix(core): move plugin-generated completion files to ↵Marc Cornellà
`$ZSH_CACHE_DIR/completions` Fixes #10183
2021-09-15fix(plugins): fix `_comps` error in completion generation plugins (#10190)Marc Cornellà
Fixes #10190
2021-07-23feat(plugins): add fnm plugin (#9864)Žiga Šebenik
Co-authored-by: Ziga Sebenik <ziga.sebenik@oryxgaming.com>