<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion/Zsh/Command/_zstyle, branch declarednull</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion/Zsh/Command/_zstyle?h=declarednull</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion/Zsh/Command/_zstyle?h=declarednull'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2021-03-29T13:44:44Z</updated>
<entry>
<title>47737: _zstyle: Fix option completion when positional arguments are already present (regression from workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b))</title>
<updated>2021-03-29T13:44:44Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2021-03-29T13:42:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2ffd2928336154cf38ee390db835f25c685fe713'/>
<id>urn:sha1:2ffd2928336154cf38ee390db835f25c685fe713</id>
<content type='text'>
The following case:

    LBUFFER='zstyle -'
    RBUFFER=' foo bar'

Before this patch, completed 'context pattern' (from the first
positional argument).

With this patch, completes options, which is correct.
</content>
</entry>
<entry>
<title>github #68: support section suffix completion for man pages</title>
<updated>2021-02-13T00:01:40Z</updated>
<author>
<name>taiyu</name>
<email>taiyu.len@gmail.com</email>
</author>
<published>2021-02-07T13:15:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3714ee0b5868a30d7556acab337889849a3c8226'/>
<id>urn:sha1:3714ee0b5868a30d7556acab337889849a3c8226</id>
<content type='text'>
Support prepend and suffix values for insert-sections
Add values for insert-sections for zstyle completion
</content>
</entry>
<entry>
<title>47929: complete newer possible values for the sort style</title>
<updated>2021-02-07T00:52:40Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2021-02-07T00:52:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ceb25d9495b28e87543e8d4d3b071fbea20eceef'/>
<id>urn:sha1:ceb25d9495b28e87543e8d4d3b071fbea20eceef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: remove periods from completion descriptions</title>
<updated>2020-09-05T17:42:33Z</updated>
<author>
<name>Doug Kearns</name>
<email>dougkearns@gmail.com</email>
</author>
<published>2020-09-05T17:23:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0673212f4296275de1cf9935446580930109c9a5'/>
<id>urn:sha1:0673212f4296275de1cf9935446580930109c9a5</id>
<content type='text'>
As per the completion-style-guide recommendations.
</content>
</entry>
<entry>
<title>47306: edit-command-line: add editor style</title>
<updated>2020-08-16T16:04:43Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2020-08-05T14:47:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=841188439b1b93031b4d4cb195d50958fe88d6a4'/>
<id>urn:sha1:841188439b1b93031b4d4cb195d50958fe88d6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/24892: fix local declaration with recursive-files style and complete it for zstyle</title>
<updated>2020-06-11T20:31:44Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>okiddle@yahoo.co.uk</email>
</author>
<published>2020-06-11T20:31:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cce88bdb0c13e7533f85e4fc9e9c2530994eb0f0'/>
<id>urn:sha1:cce88bdb0c13e7533f85e4fc9e9c2530994eb0f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose _vcs_info_hooks as a top-level helper function.</title>
<updated>2020-02-19T10:18:30Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2020-02-17T09:56:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=50df0e0bb9309319af9a3ee59a31766d3f1ba6bf'/>
<id>urn:sha1:50df0e0bb9309319af9a3ee59a31766d3f1ba6bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>41960: add missing local declarations for MATCH, MBEGIN and MEND</title>
<updated>2017-10-29T12:54:05Z</updated>
<author>
<name>Sebastian Gniazdowski</name>
<email>psprint@zdharma.org</email>
</author>
<published>2017-10-29T11:40:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=37c5e20a80dec93a48d85518d34c49f2168847bb'/>
<id>urn:sha1:37c5e20a80dec93a48d85518d34c49f2168847bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40035: Cosmetic fixes for comments and documentation.</title>
<updated>2016-11-29T17:13:52Z</updated>
<author>
<name>Eitan Adler</name>
<email>lists@eitanadler.com</email>
</author>
<published>2016-11-29T06:53:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=110ffae9fefa1367af4fdcc90a456de23b92436c'/>
<id>urn:sha1:110ffae9fefa1367af4fdcc90a456de23b92436c</id>
<content type='text'>
Mostly fixes to doubled words.
</content>
</entry>
<entry>
<title>39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.</title>
<updated>2016-10-18T01:34:53Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-10-16T17:14:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ae3b675ce6e4ac62451ea08169c2b4dc45cf533b'/>
<id>urn:sha1:ae3b675ce6e4ac62451ea08169c2b4dc45cf533b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39657: _zstyle: When completing a style for an unrecognised context, complete all known styles.</title>
<updated>2016-10-18T01:34:52Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-10-16T17:14:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=713857cea0ae2ece61d32966de6aea815427aa4d'/>
<id>urn:sha1:713857cea0ae2ece61d32966de6aea815427aa4d</id>
<content type='text'>
Previously, vcs_info styles weren't completed.
</content>
</entry>
<entry>
<title>39657: Make a helper function global.</title>
<updated>2016-10-18T01:34:52Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-10-16T17:14:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=13cfa036c8f9dd02688d3cb860abc75bcc64827d'/>
<id>urn:sha1:13cfa036c8f9dd02688d3cb860abc75bcc64827d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38957: make use of updates to match-words-by-style and better support completion of word-style styles for zstyle</title>
<updated>2016-07-28T14:16:25Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2016-07-28T14:16:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b816bb42cfc4d0fa05abb63ebf4098af05a3d593'/>
<id>urn:sha1:b816bb42cfc4d0fa05abb63ebf4098af05a3d593</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/20159: completion: zstyle: Add 'show-ambiguity'</title>
<updated>2015-04-13T21:06:02Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-04-13T21:03:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=741b0bd97f6ddbd69fb2fa1dbbf6604a51488d82'/>
<id>urn:sha1:741b0bd97f6ddbd69fb2fa1dbbf6604a51488d82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>34373, 34374: update completion of builtin commands, modifiers,</title>
<updated>2015-01-25T17:23:03Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2015-01-25T17:22:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f972b023a20e9fb67b2693ab7c5936d5c545fe55'/>
<id>urn:sha1:f972b023a20e9fb67b2693ab7c5936d5c545fe55</id>
<content type='text'>
parameter and globbing flags
</content>
</entry>
<entry>
<title>_zstyle vcs_info completion: Add missing styles</title>
<updated>2015-01-25T00:42:06Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-01-24T05:39:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=20953f53f083a72ce30ad39baa4e78c9402e45aa'/>
<id>urn:sha1:20953f53f083a72ce30ad39baa4e78c9402e45aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_zstyle vcs_info: Unbreak branchformat completion</title>
<updated>2015-01-25T00:42:06Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2015-01-24T08:05:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=54bfcf5af18fbb841118e51b6c5325872770b52b'/>
<id>urn:sha1:54bfcf5af18fbb841118e51b6c5325872770b52b</id>
<content type='text'>
The failure mode was:

    % zstyle ':vcs_info:*' branchformat "foobar%&lt;TAB&gt;
    _values:compvalues:10: no multi-letter values with empty separator allowed
</content>
</entry>
<entry>
<title>32528: vcs_info: Add check-for-staged-changes</title>
<updated>2014-04-05T08:56:52Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2014-03-28T11:00:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=eb4c70d0b7856a8ddfeb4ea2d3d83991f5cb82d3'/>
<id>urn:sha1:eb4c70d0b7856a8ddfeb4ea2d3d83991f5cb82d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28307: support new styles esp. vcs_info ones and allow quoted contexts again</title>
<updated>2010-10-01T18:27:58Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2010-10-01T18:27:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=30d6deb355e662c97d82db30b02031b67e09458e'/>
<id>urn:sha1:30d6deb355e662c97d82db30b02031b67e09458e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28047: attempt to make locking with fc command more useful</title>
<updated>2010-06-22T11:00:31Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-06-22T11:00:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e3f764d1ef4377ccec978a43051c36e15179a754'/>
<id>urn:sha1:e3f764d1ef4377ccec978a43051c36e15179a754</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mikael: 27597: accepting zstyle completion unnecessarily hard.</title>
<updated>2010-01-13T20:27:36Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-01-13T20:27:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d7d6a72673504a956de67e47f5e525e85cf6cd81'/>
<id>urn:sha1:d7d6a72673504a956de67e47f5e525e85cf6cd81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Alexey I. Froloff: 25459: add list-dirs-first style.</title>
<updated>2008-08-21T15:53:00Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-21T15:53:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c0e501d8a53c1bc29f48c1e7cd94d6eb9601bb54'/>
<id>urn:sha1:c0e501d8a53c1bc29f48c1e7cd94d6eb9601bb54</id>
<content type='text'>
Also doc.
</content>
</entry>
<entry>
<title>25132: zstyle completion updates</title>
<updated>2008-06-03T10:00:40Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-06-03T10:00:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a78b220462b8b13e4cd814937650a27234009cb2'/>
<id>urn:sha1:a78b220462b8b13e4cd814937650a27234009cb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>see 23479: add initial features support for modules</title>
<updated>2007-05-28T22:57:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-05-28T22:57:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b0c5f09169ac31855ebf0e93772bb57b9635b380'/>
<id>urn:sha1:b0c5f09169ac31855ebf0e93772bb57b9635b380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18121: add new function for completing e-mail addresses</title>
<updated>2003-01-17T09:23:34Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2003-01-17T09:23:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5385a822b6de0fc5a805dfe99f78bdafdd476736'/>
<id>urn:sha1:5385a822b6de0fc5a805dfe99f78bdafdd476736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>two new modes for menu selection: incremental search and interactive (17366)</title>
<updated>2002-06-26T11:07:42Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-06-26T11:07:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d28f67623f03ec9905e2e3f10b2f3dd7f61956ca'/>
<id>urn:sha1:d28f67623f03ec9905e2e3f10b2f3dd7f61956ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename max-match-length style to max-matches-width (17213)</title>
<updated>2002-05-23T12:16:42Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-05-23T12:16:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=70120f22eeaa16143425bfe0071245984f7fbb61'/>
<id>urn:sha1:70120f22eeaa16143425bfe0071245984f7fbb61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow users to give the maximum number of display-columns the matches should take up via the style currently named max-match-length (17147)</title>
<updated>2002-05-14T08:01:12Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-05-14T08:01:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b0e4b61a82e9a9ee162832ac862a9faf5ec9bd85'/>
<id>urn:sha1:b0e4b61a82e9a9ee162832ac862a9faf5ec9bd85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make more calls to _message use the -e option (16988)</title>
<updated>2002-04-16T07:48:43Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-04-16T07:48:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=61f8a07bfc2348b14a7dc194968fcf62f723f36f'/>
<id>urn:sha1:61f8a07bfc2348b14a7dc194968fcf62f723f36f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>16842: resolve name clash for nc between netcat and the nedit client for</title>
<updated>2002-03-15T16:26:08Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2002-03-15T16:26:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=79323d6d41c91860cd05800a06cf8076df5051bd'/>
<id>urn:sha1:79323d6d41c91860cd05800a06cf8076df5051bd</id>
<content type='text'>
completion and add _pick_variant to resolve program variants in general
</content>
</entry>
<entry>
<title>use pager style instead of $EDITOR and fix bad substitution in exclusion lists</title>
<updated>2002-01-17T18:49:32Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2002-01-17T18:49:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f879a295e14bb81a94fc52329b28ee523fcd36a7'/>
<id>urn:sha1:f879a295e14bb81a94fc52329b28ee523fcd36a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow manual pages to be shown separated by section with new separate-sections style (16426)</title>
<updated>2002-01-10T11:00:05Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-01-10T11:00:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5659f442c09bf3e94a60887b998473af02590477'/>
<id>urn:sha1:5659f442c09bf3e94a60887b998473af02590477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>16398: updated zstyle completion and related cleanup</title>
<updated>2002-01-04T12:09:29Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2002-01-04T12:09:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=95abfc0e2ad392a404a0a1f940951afb9aa924a2'/>
<id>urn:sha1:95abfc0e2ad392a404a0a1f940951afb9aa924a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>another fix for 15477 (separator strings); add list-separator style (15484)</title>
<updated>2001-07-25T12:18:23Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-07-25T12:18:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c83d16f8ee5721de1da3e8449c30a31ca1372d28'/>
<id>urn:sha1:c83d16f8ee5721de1da3e8449c30a31ca1372d28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add list-grouped option to make options and such be grouped together if they have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)</title>
<updated>2001-07-18T13:10:07Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-07-18T13:10:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8c1b953b5a6c49d47f55d311d16852f94d2ebeed'/>
<id>urn:sha1:8c1b953b5a6c49d47f55d311d16852f94d2ebeed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add preserve-prefix style to keep pathname prefix unchanged (15400)</title>
<updated>2001-07-17T09:04:29Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-07-17T09:04:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=72b56dc45866bdd645e92d32ef4dd0aacd8da792'/>
<id>urn:sha1:72b56dc45866bdd645e92d32ef4dd0aacd8da792</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from Completion/Builtins/_zstyle</title>
<updated>2001-04-02T11:34:11Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T11:34:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=673bb10096da977d172e82bbf383d5d3d02d7ca5'/>
<id>urn:sha1:673bb10096da977d172e82bbf383d5d3d02d7ca5</id>
<content type='text'>
</content>
</entry>
</feed>
