<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion/Base/Widget/_complete_help, branch declarednull</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion/Base/Widget/_complete_help?h=declarednull</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion/Base/Widget/_complete_help?h=declarednull'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2016-04-09T15:54:54Z</updated>
<entry>
<title>For help listing, capture the fallback to compctl in case there is one defined</title>
<updated>2016-04-09T15:54:54Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-04-09T15:54:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8142fc3fdbaa43a20eeb6da3f4c9099973e4f1e3'/>
<id>urn:sha1:8142fc3fdbaa43a20eeb6da3f4c9099973e4f1e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>36841: factor out and update the patterns that filter "uninteresting" functions out of the $funcstack display</title>
<updated>2015-10-12T04:23:38Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-10-12T04:23:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ce929eb37e0a79d847dbfcaf1436c1a46bca55b2'/>
<id>urn:sha1:ce929eb37e0a79d847dbfcaf1436c1a46bca55b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31205: Do not display "(eval)" as a tag context</title>
<updated>2013-06-10T07:18:52Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2013-06-10T07:18:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8a35ec4eefaa6bea2871c1c41566870b343db8af'/>
<id>urn:sha1:8a35ec4eefaa6bea2871c1c41566870b343db8af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31234: use an "always" block instead of "trap" to clean up various function</title>
<updated>2013-04-07T20:37:25Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2013-04-07T20:37:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b4b02fbc8a6481c05bfb0eb82259e17b3a8714a4'/>
<id>urn:sha1:b4b02fbc8a6481c05bfb0eb82259e17b3a8714a4</id>
<content type='text'>
overrides
</content>
</entry>
<entry>
<title>23567: new _complete_help_generic zle non-completion widget</title>
<updated>2007-06-19T09:28:06Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-06-19T09:28:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b01d1e56a200fe1db70b08588893c26d0d662a0d'/>
<id>urn:sha1:b01d1e56a200fe1db70b08588893c26d0d662a0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't display _dispatch as one of the called functions (17438)</title>
<updated>2002-07-08T08:59:38Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-07-08T08:59:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9ea74938897caa3aff5f22a591c5acbc4b028964'/>
<id>urn:sha1:9ea74938897caa3aff5f22a591c5acbc4b028964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>16397: use nul instead of colon to avoid problems with _value: functions</title>
<updated>2002-01-03T18:26:56Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2002-01-03T18:26:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ae0bba2bfca67c49e7e31a44ca7b53c85bf020d5'/>
<id>urn:sha1:ae0bba2bfca67c49e7e31a44ca7b53c85bf020d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of interrupt in two completion widgets.</title>
<updated>2001-06-21T10:05:19Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-06-21T10:05:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ef89be124dd7a39aec3b5b4667ea6576efdbedb0'/>
<id>urn:sha1:ef89be124dd7a39aec3b5b4667ea6576efdbedb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use `eval $_comp_setup' in all entry points of the completion system to not only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)</title>
<updated>2001-05-29T11:59:50Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-05-29T11:59:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4a7abbfdd6c68616143bae840333adeed5ad0066'/>
<id>urn:sha1:4a7abbfdd6c68616143bae840333adeed5ad0066</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from Completion/Commands/_complete_help</title>
<updated>2001-04-02T11:14:40Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T11:14:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f5ff83fe0b9eba9bfe5a7465c592b12f035691cc'/>
<id>urn:sha1:f5ff83fe0b9eba9bfe5a7465c592b12f035691cc</id>
<content type='text'>
</content>
</entry>
</feed>
