<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion/compinit, branch zsh-5.8.1.2-test</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion/compinit?h=zsh-5.8.1.2-test</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion/compinit?h=zsh-5.8.1.2-test'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2022-03-29T20:18:49Z</updated>
<entry>
<title>49917: change sense of "Ignore insecure ..." answer and use "autoload -r"</title>
<updated>2022-03-29T20:18:49Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@ipost.com</email>
</author>
<published>2022-03-29T20:18:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=53d6b47d92bccb3e34ebad1becf84b097a3bc525'/>
<id>urn:sha1:53d6b47d92bccb3e34ebad1becf84b097a3bc525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>48560: add TYPESET_TO_UNSET option to remove initialization of parameters</title>
<updated>2021-04-18T20:58:09Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@ipost.com</email>
</author>
<published>2021-04-18T20:58:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=82ff9f24f170eea7daa935fdaa09ab75a2f277ff'/>
<id>urn:sha1:82ff9f24f170eea7daa935fdaa09ab75a2f277ff</id>
<content type='text'>
Changes typeset such that ${newparam-notset} yields "notset" and
"typeset -p newparam" does not show an assignment to the parameter.  This
is similar to the default behavior of bash and ksh, with minor differences
in typeset output.

Also add tests for some POSIX incompatibilities plus minor changes for test
harness robustness.
</content>
</entry>
<entry>
<title>46280: compinit: add -w to explain why compdump runs</title>
<updated>2020-08-05T12:19:14Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2020-07-28T16:06:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6f4cf791405e74925c497bf3493bcd834918cf85'/>
<id>urn:sha1:6f4cf791405e74925c497bf3493bcd834918cf85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>42294: disable REPORTTIME in completion</title>
<updated>2018-01-18T09:39:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2018-01-18T09:39:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b816291a1796f13737424cd14d2ba174cf840f70'/>
<id>urn:sha1:b816291a1796f13737424cd14d2ba174cf840f70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>41095: Use 2&gt;&amp;- in completion to avoide restricted shell problem.</title>
<updated>2017-05-08T17:03:05Z</updated>
<author>
<name>Jan Kryl</name>
<email>jan.kryl@nexenta.com</email>
</author>
<published>2017-05-08T09:38:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=51eff6168e40d760bdb715bc6fc5420d26449c4c'/>
<id>urn:sha1:51eff6168e40d760bdb715bc6fc5420d26449c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40391: Add WARN_NESTED_VAR option and functions -W.</title>
<updated>2017-01-23T09:50:57Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-01-23T09:50:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c861b17bbf002129f29e22ab625fd3516ba792a2'/>
<id>urn:sha1:c861b17bbf002129f29e22ab625fd3516ba792a2</id>
<content type='text'>
These are companions to WARN_CREATED_GLOBAL, warning when a variable
from an enclosing scope is altered.
</content>
</entry>
<entry>
<title>40372: turn off POSIX_IDENTIFIERS option in completion</title>
<updated>2017-01-16T17:52:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-01-16T17:52:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2e76fb80b4c228944b57b8f669e75456a23f147d'/>
<id>urn:sha1:2e76fb80b4c228944b57b8f669e75456a23f147d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted (see users/22287): _comp_options needs to disable ERR_RETURN</title>
<updated>2016-12-27T19:14:27Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-12-27T19:14:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=044fcbabf15b19f423445fdc0861c9175f04a064'/>
<id>urn:sha1:044fcbabf15b19f423445fdc0861c9175f04a064</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38289: "builtin enable" in $_comp_setup to avoid accidentally invoking external command of the same name</title>
<updated>2016-04-16T04:39:04Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2016-04-16T04:39:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5e71690c1993100032a8e15ee937865aaa2350c4'/>
<id>urn:sha1:5e71690c1993100032a8e15ee937865aaa2350c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35573: turn off POSIX_BUILTINS in completion.</title>
<updated>2015-06-23T11:02:06Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-23T11:02:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a68d22eb00ea5c85422d70d1be7efa42acfda739'/>
<id>urn:sha1:a68d22eb00ea5c85422d70d1be7efa42acfda739</id>
<content type='text'>
This is now needed to get suitable OPTIND behaviour.
</content>
</entry>
<entry>
<title>users/20243: turn off GLOB_ASSIGN in completion system.</title>
<updated>2015-06-02T13:43:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-06-02T13:43:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6b4d6eaa9b040a05ad9796d20cda0b797209a443'/>
<id>urn:sha1:6b4d6eaa9b040a05ad9796d20cda0b797209a443</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33866: addendum to completion trap fix</title>
<updated>2014-12-05T18:08:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-12-05T18:08:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=02a8a8c7e4fea2c368098a4ea466240046200eaa'/>
<id>urn:sha1:02a8a8c7e4fea2c368098a4ea466240046200eaa</id>
<content type='text'>
We need the multifuncdef option on for the trap function definitions to
work.  It is by default by this wasn't enforced for the completion
functions.
</content>
</entry>
<entry>
<title>33804: hide values of large arrays in typeset output</title>
<updated>2014-11-27T21:41:13Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2014-11-27T21:41:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=baaa57acaf43cec5113296eda7c74d07db36b456'/>
<id>urn:sha1:baaa57acaf43cec5113296eda7c74d07db36b456</id>
<content type='text'>
Declare arrays used internally by completion with the -H attribute.
</content>
</entry>
<entry>
<title>31465: fix basic completion and globbing uses of disabled patterns</title>
<updated>2013-06-13T17:40:36Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-06-13T17:40:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=347a63da0cf1c681ac97c21a107b4722abf449b2'/>
<id>urn:sha1:347a63da0cf1c681ac97c21a107b4722abf449b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/17051: explicit IFS for "read" in compinit</title>
<updated>2012-07-17T15:25:44Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2012-07-17T15:25:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3d75ca5c6422747c4923171783b8f65eed30cf51'/>
<id>urn:sha1:3d75ca5c6422747c4923171783b8f65eed30cf51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: add NO_ignoreclosebraces to options for completion</title>
<updated>2011-12-09T15:02:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-12-09T15:02:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=94ef211b9b471c0ed773fd2f73a9f64e18a13b9c'/>
<id>urn:sha1:94ef211b9b471c0ed773fd2f73a9f64e18a13b9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29596: fix syntax to work with ksh_arrays</title>
<updated>2011-07-22T13:22:20Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2011-07-22T13:22:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=164cf1abd5b006ef2db104aeab37ecfff51ad697'/>
<id>urn:sha1:164cf1abd5b006ef2db104aeab37ecfff51ad697</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29384: Add _comp_caller_options</title>
<updated>2011-05-27T14:36:33Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2011-05-27T14:36:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3214cf0a74976e8b8d2b5dc1013666d7b9b95a9a'/>
<id>urn:sha1:3214cf0a74976e8b8d2b5dc1013666d7b9b95a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29307, 29308 + replies: Fix some doubled words in docs and comments.</title>
<updated>2011-05-19T16:10:46Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2011-05-19T16:10:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0'/>
<id>urn:sha1:72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mikael: 28948: compdef -e overrides interpretation of argument as service</title>
<updated>2011-03-29T08:46:56Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-03-29T08:46:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=35004b546d20244ba560d0d2471a9760802ab0fa'/>
<id>urn:sha1:35004b546d20244ba560d0d2471a9760802ab0fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15621: compdef -p/-P &lt;pat&gt;=&lt;service&gt;</title>
<updated>2010-12-06T17:23:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-12-06T17:23:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8d00aca697066a70c38aa04eba19726cd8b2f3a7'/>
<id>urn:sha1:8d00aca697066a70c38aa04eba19726cd8b2f3a7</id>
<content type='text'>
users/15622: use service with _pick_variant
</content>
</entry>
<entry>
<title>unposted: a couple of typeset -g's and a comment</title>
<updated>2010-02-08T11:49:28Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-02-08T11:49:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4a0ddedf0af0bbd22530132df830b588b2b63220'/>
<id>urn:sha1:4a0ddedf0af0bbd22530132df830b588b2b63220</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25608: NO_cshjunkiesquote in completion</title>
<updated>2008-09-05T08:50:05Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-09-05T08:50:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=52f401a4a7c90e338bd70b807c05e66ce3f2b783'/>
<id>urn:sha1:52f401a4a7c90e338bd70b807c05e66ce3f2b783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: Completion/compinit: typo in 25068</title>
<updated>2008-05-19T11:37:06Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-05-19T11:37:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=15799cfbaefa53c3559968e13ec5e9dcb63fa822'/>
<id>urn:sha1:15799cfbaefa53c3559968e13ec5e9dcb63fa822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix unwanted output from new typeset in compinit</title>
<updated>2008-05-18T20:32:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-05-18T20:32:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=93fa3796c230d6344547729bdcecc72e90bf1b6d'/>
<id>urn:sha1:93fa3796c230d6344547729bdcecc72e90bf1b6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25068: Fix some completion warnings with WARN_CREATE_GLOBAL</title>
<updated>2008-05-18T20:19:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-05-18T20:19:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7f304c7736b15f7606376a4ee07f21cbcb35fd0e'/>
<id>urn:sha1:7f304c7736b15f7606376a4ee07f21cbcb35fd0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>24807: Frank Terbeck: Completion system needs no_ignore_braces</title>
<updated>2008-04-12T16:32:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-04-12T16:32:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b815f8922049d27641ec77ae7e63223c5de94c96'/>
<id>urn:sha1:b815f8922049d27641ec77ae7e63223c5de94c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>24776: clarify compinit message when compaudit fails</title>
<updated>2008-03-28T15:00:46Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-03-28T15:00:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0390d69f27554935e0f84b33982ae3739e75fa76'/>
<id>urn:sha1:0390d69f27554935e0f84b33982ae3739e75fa76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Frank Benkstein: 24047: fix compdef for more than three commands using the</title>
<updated>2007-11-01T10:56:39Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2007-11-01T10:56:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=176ba3153192ce118548c1b1f6f1fae1dfda15ee'/>
<id>urn:sha1:176ba3153192ce118548c1b1f6f1fae1dfda15ee</id>
<content type='text'>
same service
</content>
</entry>
<entry>
<title>22934, modified, see 22937: add HIST_SUBST_PATTERN option</title>
<updated>2006-11-01T12:25:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-11-01T12:25:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9471bbcfa06a87dcb6803a36d1208c214fa56003'/>
<id>urn:sha1:9471bbcfa06a87dcb6803a36d1208c214fa56003</id>
<content type='text'>
make ${.../#%...} anchor at both ends
</content>
</entry>
<entry>
<title>22525: lengths and cases of multibyte strings in parameters and history</title>
<updated>2006-06-28T13:12:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-06-28T13:12:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6157c14d0602c698aa9ebfac9a2135ef095a76b4'/>
<id>urn:sha1:6157c14d0602c698aa9ebfac9a2135ef095a76b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21880: add carriage return to IFS in completion context.</title>
<updated>2005-10-17T14:56:16Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2005-10-17T14:56:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4c213d57ac42b51e41fcbbb4a50968c12ea05d8a'/>
<id>urn:sha1:4c213d57ac42b51e41fcbbb4a50968c12ea05d8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21575 plus unposted: Add WARN_CREATE_GLOBAL option</title>
<updated>2005-08-08T16:48:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-08-08T16:48:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d307660deeb115dd2061654c2ddcd4407cadb04c'/>
<id>urn:sha1:d307660deeb115dd2061654c2ddcd4407cadb04c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_comp_options needs NO_kshtypeset</title>
<updated>2004-10-22T15:51:48Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2004-10-22T15:51:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=12b44290ff4040c91933be773cf97bef821fca2a'/>
<id>urn:sha1:12b44290ff4040c91933be773cf97bef821fca2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/7553: include zsh version in dump file to avoid problems with upgrades</title>
<updated>2004-06-16T15:10:13Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2004-06-16T15:10:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=78da7d872ecd24299b97573bf92c9582c74992b6'/>
<id>urn:sha1:78da7d872ecd24299b97573bf92c9582c74992b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19767, 19785: store flags for -z and -k options to autoload allowing the</title>
<updated>2004-04-20T12:11:13Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2004-04-20T12:11:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ca0deae382e7798eeff829d9b93472cf876574a3'/>
<id>urn:sha1:ca0deae382e7798eeff829d9b93472cf876574a3</id>
<content type='text'>
completion system to be used with ksh_autoload set
</content>
</entry>
<entry>
<title>19768: add clue to insecure directories warning and send errors to stderr</title>
<updated>2004-04-14T08:08:53Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2004-04-14T08:08:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=37522a2dea50818af925c51bd9ca9ce1d598a815'/>
<id>urn:sha1:37522a2dea50818af925c51bd9ca9ce1d598a815</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/4865: Completion/compinit: need to add NO_octalzeroes to</title>
<updated>2002-04-25T15:35:31Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-04-25T15:35:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9dd13ac83fc9ebbda28842e0322d1c48080d7ffc'/>
<id>urn:sha1:9dd13ac83fc9ebbda28842e0322d1c48080d7ffc</id>
<content type='text'>
$_comp_options.
</content>
</entry>
<entry>
<title>remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819)</title>
<updated>2002-03-13T09:28:04Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-03-13T09:28:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=45f9a36216637075172d0bdf7ad8e18fad34c42e'/>
<id>urn:sha1:45f9a36216637075172d0bdf7ad8e18fad34c42e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow different sets of completion definitions selected with option -T to compdef; use this for parameter values and redirections (16755)</title>
<updated>2002-03-04T08:53:41Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-03-04T08:53:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f56ba813bb92b1d61be91cb39df620b37a5a0588'/>
<id>urn:sha1:f56ba813bb92b1d61be91cb39df620b37a5a0588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix exit status of compdef.</title>
<updated>2001-06-21T09:24:39Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-06-21T09:24:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f256c16efe7c7d078e95f57a9546aeefadf4607f'/>
<id>urn:sha1:f256c16efe7c7d078e95f57a9546aeefadf4607f</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>NO_kshglob in _comp_options.</title>
<updated>2001-04-29T19:12:13Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-04-29T19:12:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bb694bad4722e7078093d710dcff165b5c5a3f8f'/>
<id>urn:sha1:bb694bad4722e7078093d710dcff165b5c5a3f8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve prompt when compaudit finds badness.</title>
<updated>2001-04-06T14:47:25Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-04-06T14:47:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b4d021263dd1364985037f94b65aa0e4089618c4'/>
<id>urn:sha1:b4d021263dd1364985037f94b65aa0e4089618c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>after-move cleanup</title>
<updated>2001-04-02T13:04:04Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T13:04:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3d7263ff67534b5d533c1d78eca8d648b72bca93'/>
<id>urn:sha1:3d7263ff67534b5d533c1d78eca8d648b72bca93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from Completion/Core/compinit</title>
<updated>2001-04-02T11:02:05Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T11:02:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1e3caef58dab6f2456d5d9b81548359b64d28c3c'/>
<id>urn:sha1:1e3caef58dab6f2456d5d9b81548359b64d28c3c</id>
<content type='text'>
</content>
</entry>
</feed>
