<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion, branch zsh-5.9</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion?h=zsh-5.9</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion?h=zsh-5.9'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2022-05-08T06:32:04Z</updated>
<entry>
<title>50176 (tweaked): Improve htop completion</title>
<updated>2022-05-08T06:32:04Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2022-05-08T06:32:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=eec9882d04661b1114e93b6bf6129453fae6f5a1'/>
<id>urn:sha1:eec9882d04661b1114e93b6bf6129453fae6f5a1</id>
<content type='text'>
* Correct -v to -V
* Make -u argument optional
* Enable option stacking
* Improve descriptions
* Fix broken sort keys with htop 3.x and add new key descriptions
* Remove _sequence limit on -p
* Add several missing options

+ Fixed a typo and an erroneous comment in the original patch

Thanks to GitHub user xpufx, whose work formed the initial basis of this
change (see zsh-users/zsh pull #89)
</content>
</entry>
<entry>
<title>50184: fix inclusion of -S separator in -r options passed to compadd through _describe</title>
<updated>2022-05-07T23:54:31Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2022-05-07T23:54:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=67d9a47d79a4265b98e0cc3dd3e6840030818489'/>
<id>urn:sha1:67d9a47d79a4265b98e0cc3dd3e6840030818489</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Marlon Richert: 49954: gradle completion improvements</title>
<updated>2022-05-07T23:50:59Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2022-05-07T23:50:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=44829c19e85980d19424e4ebec4b10f1f14a0526'/>
<id>urn:sha1:44829c19e85980d19424e4ebec4b10f1f14a0526</id>
<content type='text'>
* Adjust the pattern for matching tasks. The old one was too strict,
  causing it to filter out perfectly valid tasks.
* Add completion of subproject names.
* Prevent subproject tasks from overwriting the main task description.
* Require `:` prefix for showing subprojects.
* Require a subproject prefix before showing subproject tasks.
* Standardize the use of completion tags.
* Rebuild the cache if it can't be read or doesn't contain the required
  arrays.
</content>
</entry>
<entry>
<title>unposted: Fix util-linux variant detection in _getopt</title>
<updated>2022-04-27T02:54:29Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2022-04-27T02:54:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f59025f8490cc349e73f8d6c088391046115bb92'/>
<id>urn:sha1:f59025f8490cc349e73f8d6c088391046115bb92</id>
<content type='text'>
This had been broken all along for the actual util-linux getopt; i think the
'enhanced' text comes from the original author's version, which Homebrew was
still using when the function was written
</content>
</entry>
<entry>
<title>unposted (cf. users/27656 (Tomasz Pala), users/27660): fix $SUFFIX when GLOB_COMPLETE</title>
<updated>2022-04-20T05:44:30Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2022-04-20T05:44:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a270da2adacb10a96cbfa0f4ede06b9282af213c'/>
<id>urn:sha1:a270da2adacb10a96cbfa0f4ede06b9282af213c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>50017: allow lowercase to match with uppercase in timezone name</title>
<updated>2022-04-12T07:01:37Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2022-04-12T06:59:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f5b2d65337c81ef3b58f376d2128a6ab8f1ccaf4'/>
<id>urn:sha1:f5b2d65337c81ef3b58f376d2128a6ab8f1ccaf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49968: _adb: also replace model names, since device names aren't sent on wifi listing</title>
<updated>2022-04-03T16:34:03Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T16:34:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=29f97c1f9447335c8f088f1cf809d90004e78053'/>
<id>urn:sha1:29f97c1f9447335c8f088f1cf809d90004e78053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49967: _adb: Handle dumpsys SurfaceFlinger arguments</title>
<updated>2022-04-03T16:34:02Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T16:34:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4d8f36704e0a9fbbc5343a8c1945f1d54360ee53'/>
<id>urn:sha1:4d8f36704e0a9fbbc5343a8c1945f1d54360ee53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49966: _adb: Parse device spec correctly</title>
<updated>2022-04-03T16:34:02Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T16:34:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=853773820766a69d7a15c1c0349e6d24de553322'/>
<id>urn:sha1:853773820766a69d7a15c1c0349e6d24de553322</id>
<content type='text'>
This was particularly annoying when trying to complete logtags after adb logcat -s
</content>
</entry>
<entry>
<title>49965: _adb: use $CURRENT instead of $#words</title>
<updated>2022-04-03T16:34:01Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T16:34:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6900dded09ddfdfda14c68093256db9021720d23'/>
<id>urn:sha1:6900dded09ddfdfda14c68093256db9021720d23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49964: _adb: Complete services for start/stop</title>
<updated>2022-04-03T16:34:00Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T16:34:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a07d0109813fc8ec1722e19d759c417f7b456580'/>
<id>urn:sha1:a07d0109813fc8ec1722e19d759c417f7b456580</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49963: _adb: Fix device serial completion for hostname:port syntax</title>
<updated>2022-04-03T16:33:59Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T16:33:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1b62a5a0af0a189ec3acd5781f77145dcfad15ed'/>
<id>urn:sha1:1b62a5a0af0a189ec3acd5781f77145dcfad15ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49962: _adb: Add dumpsys and cmd completion</title>
<updated>2022-04-03T16:33:58Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T16:33:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8a60e2e21414e3651745e98e52fa288aa76113e3'/>
<id>urn:sha1:8a60e2e21414e3651745e98e52fa288aa76113e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49961: _adb: handle exec-out like shell</title>
<updated>2022-04-03T16:33:57Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T16:33:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=76b573fcbd3f8b6345bee945ad7f43a5c23ac74f'/>
<id>urn:sha1:76b573fcbd3f8b6345bee945ad7f43a5c23ac74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49959: _brace_parameter: add (-)</title>
<updated>2022-04-03T09:27:28Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2022-04-03T09:13:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=92f193f7dea9cb4883197a96aee2bab7ffdf72af'/>
<id>urn:sha1:92f193f7dea9cb4883197a96aee2bab7ffdf72af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted (see 48073): _fc: Complete new -s option</title>
<updated>2022-04-03T03:07:56Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2022-04-03T03:07:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8e83378c900461fb2ba27181d9dfe8eaf2edc721'/>
<id>urn:sha1:8e83378c900461fb2ba27181d9dfe8eaf2edc721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49943: offer only timezone files starting with uppercase</title>
<updated>2022-04-01T08:50:30Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2022-04-01T08:50:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=75410bc2a10cf6ce8282e02f15ddd3edb5d3121d'/>
<id>urn:sha1:75410bc2a10cf6ce8282e02f15ddd3edb5d3121d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: Fix typo</title>
<updated>2022-04-01T05:16:10Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2022-04-01T05:16:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4ee64f13cee553b6e5a7712953e16aafc78d8839'/>
<id>urn:sha1:4ee64f13cee553b6e5a7712953e16aafc78d8839</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49932: Update _brace_parameter # description</title>
<updated>2022-03-31T22:40:01Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2022-03-31T22:39:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9e0303b044b37fc4bffd7ae4375bc6026d06f342'/>
<id>urn:sha1:9e0303b044b37fc4bffd7ae4375bc6026d06f342</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49931: Update _bsd_pkg</title>
<updated>2022-03-31T22:39:21Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2022-03-31T22:37:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7fc42de7dafbf48bad32efcd45cbd6fb49e2b90f'/>
<id>urn:sha1:7fc42de7dafbf48bad32efcd45cbd6fb49e2b90f</id>
<content type='text'>
</content>
</entry>
<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>49875: completion for info -f.</title>
<updated>2022-03-24T10:37:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2022-03-24T10:37:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=57305cf245853b8b30895b41a90142dffab97e38'/>
<id>urn:sha1:57305cf245853b8b30895b41a90142dffab97e38</id>
<content type='text'>
Use local files if there's a slash in the argument.
</content>
</entry>
<entry>
<title>49852: Add _routing_domains and _routing_tables types</title>
<updated>2022-03-19T01:52:18Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2022-03-19T01:49:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=78649ac72596104cfcbaad9a5a7d1a1afa981a4c'/>
<id>urn:sha1:78649ac72596104cfcbaad9a5a7d1a1afa981a4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49851: _login_class: Complete login.conf.d classes</title>
<updated>2022-03-19T01:49:15Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2022-03-19T01:48:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8dd733dfd2d2c72f063c7eba3482d870e2ec26c3'/>
<id>urn:sha1:8dd733dfd2d2c72f063c7eba3482d870e2ec26c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49766: _less: add quotes to -" and -#</title>
<updated>2022-02-23T02:39:33Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2022-02-23T02:39:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ef60187efce77c0572daf419ca5ba57a28df3cad'/>
<id>urn:sha1:ef60187efce77c0572daf419ca5ba57a28df3cad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49765: _less: add option --color as synonym for -D</title>
<updated>2022-02-23T02:24:39Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2022-02-23T02:24:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a692b980cb895143e073ac2e3fccf5ad0760eafe'/>
<id>urn:sha1:a692b980cb895143e073ac2e3fccf5ad0760eafe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49757 (sourceforge #1): offer *.dtx as TeX input files</title>
<updated>2022-02-16T04:16:19Z</updated>
<author>
<name>samcarter</name>
<email>samcarter8@users.sourceforge.net</email>
</author>
<published>2022-02-16T04:12:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b745b06eb3b40b0ccdaf67b174591501a3ce30da'/>
<id>urn:sha1:b745b06eb3b40b0ccdaf67b174591501a3ce30da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49730: new completions for csplit, pr, ptx, truncate</title>
<updated>2022-02-04T12:17:00Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2022-02-04T12:15:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fc18b7c8a29326e8d5233694954f699f7d018704'/>
<id>urn:sha1:fc18b7c8a29326e8d5233694954f699f7d018704</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49731: Add OpenBSD sys{clean,merge,patch,upgrade} completion</title>
<updated>2022-02-03T01:29:51Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2022-02-03T01:26:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e1405109a61fd84f758fd1656d96f7bf7711ff58'/>
<id>urn:sha1:e1405109a61fd84f758fd1656d96f7bf7711ff58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49715: _subversion: add: Complete target arguments to this subcommand</title>
<updated>2022-01-29T10:08:45Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=04513dd5df31bc235691400b76a524d117cefede'/>
<id>urn:sha1:04513dd5df31bc235691400b76a524d117cefede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49714: _subversion: resolve: Complete conflicted files created by merges, too</title>
<updated>2022-01-29T10:08:43Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a956caa2339ea8ae07765943687925c7c2a836bf'/>
<id>urn:sha1:a956caa2339ea8ae07765943687925c7c2a836bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49713: _subversion: commit, diff, revert: Update completions for svn 1.7 and newer</title>
<updated>2022-01-29T10:08:42Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a803a5f4c46629c18c05a9ee09d5ae34407e35c4'/>
<id>urn:sha1:a803a5f4c46629c18c05a9ee09d5ae34407e35c4</id>
<content type='text'>
* _svn_deletedfiles: Remove.
    The last version of svn(1) under which that function could possibly
    complete anything, svn 1.6.x, was EOLed in 2013.  Newer versions
    don't have a "text-base" directory, so $controlled is set to an
    empty array, so this function returned false for all files, so
    in 'svn rm' (up to the previous commit) all files were completed
    (because that's what '_files -g "*(e:false:)"' does).

* _svn_status: Remove.
    Versions of svn newer than the aforementioned 1.6.x have an
    entries file but never modify it, so the "mtime has changed" check
    would false negative.  Therefore, sequences such as:
    .
        svn &lt;TAB&gt;
        echo &gt;&gt; some/versioned/file
        svn ci &lt;TAB&gt;
    .
    wouldn't offer some/versioned/file.
    .
    Furthermore, completion would offer directories with no changed
    files in them, and even unversioned directories.  Now only changed
    files/directories are offered.

* _cache_svn_status, _cache_svn_mtime: Remove.
    If these hadn't been removed, I would have moved their declarations
    to file scope so _svn_status could be used from outside this file,
    too.

The replacement function, _svn_modified, doesn't have cache support, but
does honour the 'verbose' style to inhibit recursion to subdirectories.
</content>
</entry>
<entry>
<title>49712: _subversion: svn rm: Complete all svn-controlled files, not only missing/deleted files</title>
<updated>2022-01-29T10:08:40Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cb2b0e7c6cdd851f79b6856335e8ab7a3d3d1935'/>
<id>urn:sha1:cb2b0e7c6cdd851f79b6856335e8ab7a3d3d1935</id>
<content type='text'>
Note that currently, _svn_controlled matches all files.
</content>
</entry>
<entry>
<title>49711: _subversion: _svn_status: Don't offer unversioned files</title>
<updated>2022-01-29T10:08:39Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2022-01-26T14:18:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=63425124835ec6c5cccdb17b50ac2a4cb8a0e90f'/>
<id>urn:sha1:63425124835ec6c5cccdb17b50ac2a4cb8a0e90f</id>
<content type='text'>
This function is used only by revert, diff, and commit, none of which
can run on unversioned files (those with status '?').
</content>
</entry>
<entry>
<title>gitlab !17: Add missing options for quilt setup command</title>
<updated>2022-01-23T10:46:52Z</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2021-12-23T09:18:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=af0f497247150f55963e908097d04e543da55a4b'/>
<id>urn:sha1:af0f497247150f55963e908097d04e543da55a4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49664: Use associative array for third-party completion</title>
<updated>2021-12-28T23:29:50Z</updated>
<author>
<name>Aaron Schrab</name>
<email>aaron@schrab.com</email>
</author>
<published>2021-12-24T02:05:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=92c80e72aa70ee4b3cc15271136f136e081a7ede'/>
<id>urn:sha1:92c80e72aa70ee4b3cc15271136f136e081a7ede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49668: update zfs completion</title>
<updated>2021-12-28T23:22:33Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-28T23:22:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=85bf9740a01e168b7b814469892d97fdabc67144'/>
<id>urn:sha1:85bf9740a01e168b7b814469892d97fdabc67144</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49655 based on 34928 (Daniel Hahler): new pip completion</title>
<updated>2021-12-21T00:20:01Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-21T00:20:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b7490d337676b212be881bf692cb0db78ed42bc2'/>
<id>urn:sha1:b7490d337676b212be881bf692cb0db78ed42bc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49648 based on github #80 (Vincent Bernat): invert before/since for date glob qualifiers completion</title>
<updated>2021-12-16T13:21:19Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-16T13:19:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=702d773e8657d1f8ea161d65d5dfce238a67c204'/>
<id>urn:sha1:702d773e8657d1f8ea161d65d5dfce238a67c204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49645: when completing for the path_dirs option, add a / suffix and follow symlinks</title>
<updated>2021-12-13T19:59:25Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-13T19:59:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7791a6876c64ee678da0bd9af954af692146f4fd'/>
<id>urn:sha1:7791a6876c64ee678da0bd9af954af692146f4fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49643: facilitate use of the fake style by always calling _description with the executables tag for command names</title>
<updated>2021-12-13T19:52:23Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-13T19:52:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=78c51b34c026d295c146b01db3d534bc3cd9352b'/>
<id>urn:sha1:78c51b34c026d295c146b01db3d534bc3cd9352b</id>
<content type='text'>
Also allow the command-path style to include relative directories.
</content>
</entry>
<entry>
<title>49633: update options for git 2.34</title>
<updated>2021-12-07T06:35:59Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-07T06:35:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e2ad321c884534d654dc69aa04f70c65a157cf03'/>
<id>urn:sha1:e2ad321c884534d654dc69aa04f70c65a157cf03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49630: allow zsh to quote matches from bash completions but include a special case for space suffixes</title>
<updated>2021-12-02T20:03:57Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-02T20:01:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4e1bd9ebdf14cb1fb11e6a1ca9be1981c983ebd9'/>
<id>urn:sha1:4e1bd9ebdf14cb1fb11e6a1ca9be1981c983ebd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49631: new logger completion</title>
<updated>2021-12-02T20:03:57Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-02T19:57:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9fc0e319c976c4fe72ba113493a25dde26f68f75'/>
<id>urn:sha1:9fc0e319c976c4fe72ba113493a25dde26f68f75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49629: new Linux perf completion</title>
<updated>2021-12-02T20:03:54Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-12-02T19:56:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4775f4dc129d5116892c7738a3e1e9918e6c2e02'/>
<id>urn:sha1:4775f4dc129d5116892c7738a3e1e9918e6c2e02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #83: _git-push, _git-send-pack: Make --push-option repeatable.</title>
<updated>2021-11-26T11:48:55Z</updated>
<author>
<name>Paul Seyfert</name>
<email>Paul.Seyfert@sevensense.ch</email>
</author>
<published>2021-11-26T11:29:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5fe498124d6469fadded7b9ad9eb64649b93f2de'/>
<id>urn:sha1:5fe498124d6469fadded7b9ad9eb64649b93f2de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49449: _zstat: Don't offer -o after -s, since -s is ignored when both -s and -o are specified.</title>
<updated>2021-11-26T08:33:40Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2021-09-26T08:45:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=676aaf23c33bf21d492ed9354592d12f1225126e'/>
<id>urn:sha1:676aaf23c33bf21d492ed9354592d12f1225126e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions</title>
<updated>2021-11-24T22:09:38Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-11-24T22:07:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=16d5d6a9dae526355caf16f2de9d57d84b5d9993'/>
<id>urn:sha1:16d5d6a9dae526355caf16f2de9d57d84b5d9993</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49594: adapt to changes in 49499 to ensure file modes starting with dash aren't taken to be flags</title>
<updated>2021-11-19T20:54:50Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-11-19T20:54:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=973e356c34378d3d81585f83efe1349fc6c58d06'/>
<id>urn:sha1:973e356c34378d3d81585f83efe1349fc6c58d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49584: allow for build options in gem install completion</title>
<updated>2021-11-19T20:50:33Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-11-19T20:50:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8cf76fb8f923917af3c21036c5132256d6b421e1'/>
<id>urn:sha1:8cf76fb8f923917af3c21036c5132256d6b421e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #82: Fix typos</title>
<updated>2021-11-12T22:54:34Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2021-11-12T21:33:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=356dcb20cef387a5eea5f8fcbfe123b24e3bb928'/>
<id>urn:sha1:356dcb20cef387a5eea5f8fcbfe123b24e3bb928</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49572: Let _expand preserve array form w/out zstyle glob</title>
<updated>2021-11-12T21:13:10Z</updated>
<author>
<name>Marlon Richert</name>
<email>marlonrichert@users.noreply.github.com</email>
</author>
<published>2021-11-12T19:52:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c7f4634549697a65af0dc82e97e8b066bfb81f6c'/>
<id>urn:sha1:c7f4634549697a65af0dc82e97e8b066bfb81f6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix case statement fall-through for ansible-galaxy role completion</title>
<updated>2021-11-12T21:00:10Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-11-12T21:00:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9c515a5a2f67e39b049d50e364ebfe17e536cc23'/>
<id>urn:sha1:9c515a5a2f67e39b049d50e364ebfe17e536cc23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49564: always use descriptions included in the file-patterns style and allow the recursive-files style to also work in those cases</title>
<updated>2021-11-12T19:41:04Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-11-12T19:41:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8ea597722287a9a2f827f754364491bb5f033c15'/>
<id>urn:sha1:8ea597722287a9a2f827f754364491bb5f033c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49561: add zformat -F option, similar to -f but ternary expressions check for existence instead of doing math evaluation</title>
<updated>2021-11-12T19:33:52Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-11-12T19:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dfb7ac94bb4c28472d759a61ea3c2dab30cf9cd3'/>
<id>urn:sha1:dfb7ac94bb4c28472d759a61ea3c2dab30cf9cd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH option</title>
<updated>2021-10-31T21:31:26Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@ipost.com</email>
</author>
<published>2021-10-31T21:31:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6b2d120077e4a1c240d3d62e5b6e228eb88dd4a3'/>
<id>urn:sha1:6b2d120077e4a1c240d3d62e5b6e228eb88dd4a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49528: allow multiple -D options to compadd</title>
<updated>2021-10-30T21:35:04Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-10-30T21:27:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=632fee7cdfcd234a5c7c53f17777ca18e62d82e3'/>
<id>urn:sha1:632fee7cdfcd234a5c7c53f17777ca18e62d82e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49529: Add rogue and descriptions to _rcctl ls</title>
<updated>2021-10-28T03:17:26Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2021-10-28T03:16:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8c582cebc5117629c45968049eec6e4408515b35'/>
<id>urn:sha1:8c582cebc5117629c45968049eec6e4408515b35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processing</title>
<updated>2021-10-26T19:56:23Z</updated>
<author>
<name>Peter Palfrader</name>
<email>peter@palfrader.org</email>
</author>
<published>2021-09-22T08:25:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c4b19f7fc4707321801973b259387c4e59de90cd'/>
<id>urn:sha1:c4b19f7fc4707321801973b259387c4e59de90cd</id>
<content type='text'>
When iterating over the ssh config file, iterate over the array linearly
instead of always processing the first and then removing it from the
list.  This speeds up processing significantly.
</content>
</entry>
<entry>
<title>49519: quote completed options as needed and remove the now superfluous quotes from option specifications</title>
<updated>2021-10-26T16:35:36Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-10-26T16:35:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6'/>
<id>urn:sha1:4e9d0075f438c4404b29ad6901f6ed6aa4d0fdc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49493: fix '_arguments --' to correctly recognize optional argument</title>
<updated>2021-10-24T12:32:58Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2021-10-24T12:32:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c7a391fa0562a86605a676a313a4f512d8de1979'/>
<id>urn:sha1:c7a391fa0562a86605a676a313a4f512d8de1979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49500: new lsns completion</title>
<updated>2021-10-23T16:15:43Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-10-23T16:15:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f414456b7acb9547361c3996ce6b57b465be2b20'/>
<id>urn:sha1:f414456b7acb9547361c3996ce6b57b465be2b20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #79 (tweaked): _ssh: update options in apple's version of ssh-add</title>
<updated>2021-10-17T01:23:41Z</updated>
<author>
<name>Xavier Hsinyuan</name>
<email>me@lstlx.com</email>
</author>
<published>2021-10-15T10:56:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0f1e4d8e78a9692eaf38da8fd4ee6b23b75e2fdf'/>
<id>urn:sha1:0f1e4d8e78a9692eaf38da8fd4ee6b23b75e2fdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49441: _timeout: Add OpenBSD</title>
<updated>2021-10-14T03:02:40Z</updated>
<author>
<name>Matthew Martin</name>
<email>phy1729@gmail.com</email>
</author>
<published>2021-10-14T03:01:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=713588e2350ef2257f2f8a934041832234876b92'/>
<id>urn:sha1:713588e2350ef2257f2f8a934041832234876b92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49464: _basenc: new completion</title>
<updated>2021-10-11T14:43:47Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2021-10-11T14:43:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a18348b89726285863637fb5dc0833314906b6d2'/>
<id>urn:sha1:a18348b89726285863637fb5dc0833314906b6d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49444: libarchive tar can actually extract much more formats</title>
<updated>2021-09-28T21:57:41Z</updated>
<author>
<name>Alex Xu (Hello71)</name>
<email>alex_y_xu@yahoo.ca</email>
</author>
<published>2021-09-24T16:43:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6459544417df9999299ed29f97cdde6b43bbddef'/>
<id>urn:sha1:6459544417df9999299ed29f97cdde6b43bbddef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for multi-project builds to _gradle</title>
<updated>2021-09-28T21:50:31Z</updated>
<author>
<name>Marlon Richert</name>
<email>marlonrichert@users.noreply.github.com</email>
</author>
<published>2021-09-17T13:05:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1e9013941e7a830827acf6cffcbd1c407358ecfe'/>
<id>urn:sha1:1e9013941e7a830827acf6cffcbd1c407358ecfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49454: open dump file once only instead of reopening it for appends</title>
<updated>2021-09-28T21:45:44Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-09-28T21:45:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=16ad7cec1b80823d59aa8a4c79d9077073c60068'/>
<id>urn:sha1:16ad7cec1b80823d59aa8a4c79d9077073c60068</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49389: leading variables in autoload file completion</title>
<updated>2021-09-08T23:03:57Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@ipost.com</email>
</author>
<published>2021-09-08T23:03:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=344d471c26aab7b042bf1b9a13d3fa11e5dbfba0'/>
<id>urn:sha1:344d471c26aab7b042bf1b9a13d3fa11e5dbfba0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>48969: fix for "zle -N" completion</title>
<updated>2021-09-06T19:48:53Z</updated>
<author>
<name>Marlon Richert</name>
<email>marlon.richert@gmail.com</email>
</author>
<published>2021-09-06T19:48:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ca2e71e0eba4852bd91c620bf72b00198f309f12'/>
<id>urn:sha1:ca2e71e0eba4852bd91c620bf72b00198f309f12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>48832: try _gnu_generic first</title>
<updated>2021-09-06T19:20:27Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@ipost.com</email>
</author>
<published>2021-09-06T19:20:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c0e5b212f32b3349e963ab2c49a2576bad9e7a08'/>
<id>urn:sha1:c0e5b212f32b3349e963ab2c49a2576bad9e7a08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49343: Fix file name completion of GNU digest utilities</title>
<updated>2021-09-04T11:28:26Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2021-09-01T04:38:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c843af635a470f209e4aca70b26fcd74ed31071b'/>
<id>urn:sha1:c843af635a470f209e4aca70b26fcd74ed31071b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49345: fix git file completion for paths starting with ../</title>
<updated>2021-09-04T11:11:07Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-09-04T11:11:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b60bab1cc1e7ba94913a0be29ce270798aa55bf7'/>
<id>urn:sha1:b60bab1cc1e7ba94913a0be29ce270798aa55bf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49327: complete for new git maintenance, for-each-repo, sparse-checkout and bugreport commands</title>
<updated>2021-08-29T15:12:56Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-29T15:12:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=64befeb4ca5bd9ddb7162584585cd9041711ff8c'/>
<id>urn:sha1:64befeb4ca5bd9ddb7162584585cd9041711ff8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49319: completion options update</title>
<updated>2021-08-29T15:08:34Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-29T15:08:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a9386df5581487e5e34ecb3ce422bacf62d10c3d'/>
<id>urn:sha1:a9386df5581487e5e34ecb3ce422bacf62d10c3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49317: cleanup inappropriate use of {...} specs with _arguments or _alternative</title>
<updated>2021-08-29T15:05:39Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-29T15:05:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=12676c0f9fd670556a81625f23205d832a95fb17'/>
<id>urn:sha1:12676c0f9fd670556a81625f23205d832a95fb17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49316: add (-.) glob qualifier to globs where only files are applicable</title>
<updated>2021-08-29T15:00:05Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-29T15:00:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f529d54f43bdf277be157b5638d89f81cb93a2ee'/>
<id>urn:sha1:f529d54f43bdf277be157b5638d89f81cb93a2ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49315: list units in brackets at the end of group descriptions</title>
<updated>2021-08-29T14:55:25Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-29T14:55:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=76de0b05dad2d097979e61749efd0e784644cc47'/>
<id>urn:sha1:76de0b05dad2d097979e61749efd0e784644cc47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49272: Set $COLUMNS in _call_program to ensure cached command output is sufficiently wide</title>
<updated>2021-08-27T07:47:32Z</updated>
<author>
<name>Marlon Richert</name>
<email>marlon.richert@gmail.com</email>
</author>
<published>2021-08-10T19:02:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1a78e46564d7e480affb7f832b33605c13a01e55'/>
<id>urn:sha1:1a78e46564d7e480affb7f832b33605c13a01e55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted (based on Marlon: 49273): add -x to local completion</title>
<updated>2021-08-27T07:42:11Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-27T07:42:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=51eaf66bea68da346167e08c9ff8b4ac60c3f7da'/>
<id>urn:sha1:51eaf66bea68da346167e08c9ff8b4ac60c3f7da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49309: update the strace completion through strace 5.13</title>
<updated>2021-08-27T07:12:29Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-27T07:12:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=46c502c380cc2c35e2345e98b78cc44a9ad1a0e5'/>
<id>urn:sha1:46c502c380cc2c35e2345e98b78cc44a9ad1a0e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49306: fix file completion for the second parameter to losetup</title>
<updated>2021-08-27T07:10:31Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-27T07:10:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b8d3787bac6aa6cde38b482155cc8f5c2778f7f5'/>
<id>urn:sha1:b8d3787bac6aa6cde38b482155cc8f5c2778f7f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49234: add missing options in python completion</title>
<updated>2021-08-27T06:51:32Z</updated>
<author>
<name>Štěpán Němec</name>
<email>stepnem@gmail.com</email>
</author>
<published>2021-07-26T22:10:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5ef55de65ef6f9cac6297bc8c5f87c1a109cc7e1'/>
<id>urn:sha1:5ef55de65ef6f9cac6297bc8c5f87c1a109cc7e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #78: Fix completions in _pandoc</title>
<updated>2021-08-24T07:16:45Z</updated>
<author>
<name>DCsunset</name>
<email>DCsunset@users.noreply.github.com</email>
</author>
<published>2021-08-18T17:37:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cd89e1937daa9dcfa6b372ec56018904c0f34581'/>
<id>urn:sha1:cd89e1937daa9dcfa6b372ec56018904c0f34581</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49268: use an empty string search to find matches for info --index-search= completion</title>
<updated>2021-08-15T23:44:49Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-15T23:44:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=78961f8870e9b665076cb28bf1bc71d0f9641dca'/>
<id>urn:sha1:78961f8870e9b665076cb28bf1bc71d0f9641dca</id>
<content type='text'>
Also include info output to the right of " -- " for further info node
completion matches and fix quoting of a blank argument to _call_program.
</content>
</entry>
<entry>
<title>49160: fix quoting for xmllint --pretty completion</title>
<updated>2021-08-15T23:44:22Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-08-15T23:44:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=71ff799b3cb78998c0c73b3f40068830dcb1441d'/>
<id>urn:sha1:71ff799b3cb78998c0c73b3f40068830dcb1441d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #77: Improve subl completions for Sublime Text v4</title>
<updated>2021-07-30T05:44:28Z</updated>
<author>
<name>Stavros Ntentos</name>
<email>133706+stdedos@users.noreply.github.com</email>
</author>
<published>2021-07-27T22:12:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=765bc1470197fa76b74e58b878ed406745234518'/>
<id>urn:sha1:765bc1470197fa76b74e58b878ed406745234518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49211: _typeset: correctly set return value</title>
<updated>2021-07-29T16:10:24Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2021-07-29T16:10:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b4dff9a8e85802afcd52e7798176ebeb5e662da9'/>
<id>urn:sha1:b4dff9a8e85802afcd52e7798176ebeb5e662da9</id>
<content type='text'>
do not include '-' in onopts so that 'functions -- &lt;TAB&gt;' works.
</content>
</entry>
<entry>
<title>49147: fix completion of linux kernel modules</title>
<updated>2021-07-19T06:16:35Z</updated>
<author>
<name>Eric Cook</name>
<email>illua@users.sourceforge.net</email>
</author>
<published>2021-07-19T06:16:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d9e5ef02040d846a7b1ea1f7283f57152859bd6c'/>
<id>urn:sha1:d9e5ef02040d846a7b1ea1f7283f57152859bd6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49158: remove superfluous function definitions</title>
<updated>2021-07-10T22:32:34Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-07-10T22:32:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6e10067ffd3d2ede3e0a59c36e03d00cee5d9ad1'/>
<id>urn:sha1:6e10067ffd3d2ede3e0a59c36e03d00cee5d9ad1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49157: fix uses of literal % characters in completion descriptions</title>
<updated>2021-07-10T21:50:50Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-07-10T21:50:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e9203d04aa8cd0e77ddafd8153368bf10a909d44'/>
<id>urn:sha1:e9203d04aa8cd0e77ddafd8153368bf10a909d44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49156: make wider use of the convention of square brackets for defaults</title>
<updated>2021-07-10T21:44:58Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-07-10T21:35:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=35f9585cd1342a1d962a47be858c7aea60c8f886'/>
<id>urn:sha1:35f9585cd1342a1d962a47be858c7aea60c8f886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49151: remove commas erroneously included in _arguments exclusion lists</title>
<updated>2021-07-08T22:32:37Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-07-08T22:32:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=efec6bbdb55199430dec0a003e5dc8d293de4cff'/>
<id>urn:sha1:efec6bbdb55199430dec0a003e5dc8d293de4cff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49150: consistently use singular form for headings on completion match groups</title>
<updated>2021-07-08T22:23:52Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-07-08T22:23:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e6fdd35a83881a957ac206b4e128886d07f37c71'/>
<id>urn:sha1:e6fdd35a83881a957ac206b4e128886d07f37c71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49149: add specific values in completion after ssh-keygen -b depending on the key type</title>
<updated>2021-07-08T22:14:02Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-07-08T22:08:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bffe543142978b036621291dcfe08771ad6b4bda'/>
<id>urn:sha1:bffe543142978b036621291dcfe08771ad6b4bda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49153: cut off .lua extension from module files that occurs when using lmod for module</title>
<updated>2021-07-08T21:51:36Z</updated>
<author>
<name>Max Voit</name>
<email>max.voit+mlzs@with-eyes.net</email>
</author>
<published>2021-07-08T17:47:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f1d4a07845a3210401f3619aa59a2653e415f99a'/>
<id>urn:sha1:f1d4a07845a3210401f3619aa59a2653e415f99a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>48920: _pgrep: Address issues related to -f completion</title>
<updated>2021-06-15T03:19:38Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2021-06-15T03:19:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c6603669a2667a4905aa4831f40e276b2c3bd4a4'/>
<id>urn:sha1:c6603669a2667a4905aa4831f40e276b2c3bd4a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>48920: _pgrep: Clarify -x description</title>
<updated>2021-06-15T03:18:16Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2021-06-15T03:18:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=32450b7c816159d540fe872bf7340928300aa360'/>
<id>urn:sha1:32450b7c816159d540fe872bf7340928300aa360</id>
<content type='text'>
</content>
</entry>
<entry>
<title>48952: expand octal codes for record separators in perl completion</title>
<updated>2021-06-02T22:12:54Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-06-02T22:12:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f4b2a03625680ad27a3bc77ccec358582aee9094'/>
<id>urn:sha1:f4b2a03625680ad27a3bc77ccec358582aee9094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>48938: remove vim fold and option markers in completions</title>
<updated>2021-06-02T22:09:06Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-06-02T22:09:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a21c0b334c38e6d2a29bc7e0d7697b23d720b64c'/>
<id>urn:sha1:a21c0b334c38e6d2a29bc7e0d7697b23d720b64c</id>
<content type='text'>
</content>
</entry>
</feed>
