about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_zstyle
Commit message (Collapse)AuthorAgeFilesLines
* 49150: consistently use singular form for headings on completion match groupsOliver Kiddle2021-07-091-1/+1
|
* 47737: _zstyle: Fix option completion when positional arguments are already ↵dana2021-03-291-2/+2
| | | | | | | | | | | | | | present (regression from workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b)) 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.
* github #68: support section suffix completion for man pagestaiyu2021-02-131-0/+6
| | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
* 47929: complete newer possible values for the sort styleOliver Kiddle2021-02-071-1/+5
|
* unposted: remove periods from completion descriptionsDoug Kearns2020-09-061-1/+1
| | | | As per the completion-style-guide recommendations.
* 47306: edit-command-line: add editor styleMikael Magnusson2020-08-161-0/+1
|
* users/24892: fix local declaration with recursive-files style and complete ↵Oliver Kiddle2020-06-111-4/+6
| | | | it for zstyle
* 45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose ↵Daniel Shahaf2020-02-191-3/+0
| | | | _vcs_info_hooks as a top-level helper function.
* 41960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski2017-10-291-1/+2
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
| | | | Mostly fixes to doubled words.
* 39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.Daniel Shahaf2016-10-181-9/+80
|
* 39657: _zstyle: When completing a style for an unrecognised context, ↵Daniel Shahaf2016-10-181-1/+1
| | | | | | complete all known styles. Previously, vcs_info styles weren't completed.
* 39657: Make a helper function global.Daniel Shahaf2016-10-181-16/+0
|
* 38957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle2016-07-281-2/+5
| | | | completion of word-style styles for zstyle
* users/20159: completion: zstyle: Add 'show-ambiguity'Daniel Shahaf2015-04-131-0/+1
|
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-251-1/+1
| | | | parameter and globbing flags
* _zstyle vcs_info completion: Add missing stylesDaniel Shahaf2015-01-251-0/+42
|
* _zstyle vcs_info: Unbreak branchformat completionDaniel Shahaf2015-01-251-1/+1
| | | | | | | The failure mode was: % zstyle ':vcs_info:*' branchformat "foobar%<TAB> _values:compvalues:10: no multi-letter values with empty separator allowed
* 32528: vcs_info: Add check-for-staged-changesDaniel Shahaf2014-04-051-0/+2
|
* 28307: support new styles esp. vcs_info ones and allow quoted contexts againOliver Kiddle2010-10-011-9/+118
|
* 28047: attempt to make locking with fc command more usefulPeter Stephenson2010-06-221-1/+18
|
* Mikael: 27597: accepting zstyle completion unnecessarily hard.Peter Stephenson2010-01-131-1/+1
|
* Alexey I. Froloff: 25459: add list-dirs-first style.Peter Stephenson2008-08-211-0/+1
| | | | Also doc.
* 25132: zstyle completion updatesPeter Stephenson2008-06-031-53/+96
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-1/+0
|
* 18121: add new function for completing e-mail addressesOliver Kiddle2003-01-171-1/+4
|
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-1/+2
|
* rename max-match-length style to max-matches-width (17213)Sven Wischnowsky2002-05-231-3/+3
|
* allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2002-05-141-0/+5
| | | | take up via the style currently named max-match-length (17147)
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-161-9/+9
|
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-151-1/+1
| | | | completion and add _pick_variant to resolve program variants in general
* use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle2002-01-171-2/+3
|
* allow manual pages to be shown separated by section with new ↵Sven Wischnowsky2002-01-101-0/+1
| | | | separate-sections style (16426)
* 16398: updated zstyle completion and related cleanupOliver Kiddle2002-01-041-55/+118
|
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-251-0/+5
|
* add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky2001-07-181-0/+1
| | | | 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)
* add preserve-prefix style to keep pathname prefix unchanged (15400)Sven Wischnowsky2001-07-171-0/+5
|
* moved from Completion/Builtins/_zstyleSven Wischnowsky2001-04-021-0/+320