<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/fnm, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/fnm?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/fnm?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2022-03-28T11:38:49Z</updated>
<entry>
<title>chore: removing old completion code (#10616)</title>
<updated>2022-03-28T11:38:49Z</updated>
<author>
<name>Carlo Sala</name>
<email>carlosalag@protonmail.com</email>
</author>
<published>2022-03-28T11:38:49Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=3f214329d631b3ae39d6b283262c77819a0078de'/>
<id>urn:sha1:3f214329d631b3ae39d6b283262c77819a0078de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: declare globals properly</title>
<updated>2022-01-05T08:23:54Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2022-01-05T08:10:32Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=d3bb52d7d825f2a6ce2e1c76ca472b05c6f27b40'/>
<id>urn:sha1:d3bb52d7d825f2a6ce2e1c76ca472b05c6f27b40</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>refactor(plugins): generate completion functions in the background</title>
<updated>2021-12-28T13:34:23Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-28T13:30:13Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=49bae43f6202e7e1171d8911d8b243714dfe888a'/>
<id>urn:sha1:49bae43f6202e7e1171d8911d8b243714dfe888a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: fix comment bulk replace</title>
<updated>2021-12-28T13:34:09Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-28T13:16:54Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c06197ad954baf3567d8711e43ad542aef86e6bc'/>
<id>urn:sha1:c06197ad954baf3567d8711e43ad542aef86e6bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: handle `$0` according to the Zsh plugin standard (#10518)</title>
<updated>2021-12-28T11:29:24Z</updated>
<author>
<name>Curtis Rueden</name>
<email>ctrueden@wisc.edu</email>
</author>
<published>2021-12-18T20:53:49Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2d32e9be668672c110405aa2952ab8adaf374856'/>
<id>urn:sha1:2d32e9be668672c110405aa2952ab8adaf374856</id>
<content type='text'>
For details and rationale, see:
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html

Closes #10518
</content>
</entry>
<entry>
<title>refactor(plugins): remove old generated completion files</title>
<updated>2021-09-15T16:47:51Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-09-15T16:47:51Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=eb2eacaf0c46ace8e0eb3543199851a8249338fc'/>
<id>urn:sha1:eb2eacaf0c46ace8e0eb3543199851a8249338fc</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fix(core): move plugin-generated completion files to `$ZSH_CACHE_DIR/completions`</title>
<updated>2021-09-15T16:41:44Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-09-15T16:41:44Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=d2269180b074263f4a0d3df3f9de15a1abae8110'/>
<id>urn:sha1:d2269180b074263f4a0d3df3f9de15a1abae8110</id>
<content type='text'>
Fixes #10183
</content>
</entry>
<entry>
<title>fix(plugins): fix `_comps` error in completion generation plugins (#10190)</title>
<updated>2021-09-15T16:18:25Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-09-15T16:18:25Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4e6e49652b69557c01ef1ce81c96da7eb9b34e6e'/>
<id>urn:sha1:4e6e49652b69557c01ef1ce81c96da7eb9b34e6e</id>
<content type='text'>
Fixes #10190
</content>
</entry>
<entry>
<title>feat(plugins): add fnm plugin (#9864)</title>
<updated>2021-07-23T10:39:51Z</updated>
<author>
<name>Žiga Šebenik</name>
<email>sebenik@users.noreply.github.com</email>
</author>
<published>2021-07-23T10:39:51Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=d9ad99531f74df8b0d6622feeab5e253528b43d0'/>
<id>urn:sha1:d9ad99531f74df8b0d6622feeab5e253528b43d0</id>
<content type='text'>
Co-authored-by: Ziga Sebenik &lt;ziga.sebenik@oryxgaming.com&gt;</content>
</entry>
</feed>
