Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-09 | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 1 | -1/+1 | |
2021-03-29 | 47737: _zstyle: Fix option completion when positional arguments are already ↵ | dana | 1 | -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. | |||||
2021-02-13 | github #68: support section suffix completion for man pages | taiyu | 1 | -0/+6 | |
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion | |||||
2021-02-07 | 47929: complete newer possible values for the sort style | Oliver Kiddle | 1 | -1/+5 | |
2020-09-06 | unposted: remove periods from completion descriptions | Doug Kearns | 1 | -1/+1 | |
As per the completion-style-guide recommendations. | |||||
2020-08-16 | 47306: edit-command-line: add editor style | Mikael Magnusson | 1 | -0/+1 | |
2020-06-11 | users/24892: fix local declaration with recursive-files style and complete ↵ | Oliver Kiddle | 1 | -4/+6 | |
it for zstyle | |||||
2020-02-19 | 45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose ↵ | Daniel Shahaf | 1 | -3/+0 | |
_vcs_info_hooks as a top-level helper function. | |||||
2017-10-29 | 41960: add missing local declarations for MATCH, MBEGIN and MEND | Sebastian Gniazdowski | 1 | -1/+2 | |
2016-11-29 | 40035: Cosmetic fixes for comments and documentation. | Eitan Adler | 1 | -1/+1 | |
Mostly fixes to doubled words. | |||||
2016-10-18 | 39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options. | Daniel Shahaf | 1 | -9/+80 | |
2016-10-18 | 39657: _zstyle: When completing a style for an unrecognised context, ↵ | Daniel Shahaf | 1 | -1/+1 | |
complete all known styles. Previously, vcs_info styles weren't completed. | |||||
2016-10-18 | 39657: Make a helper function global. | Daniel Shahaf | 1 | -16/+0 | |
2016-07-28 | 38957: make use of updates to match-words-by-style and better support ↵ | Oliver Kiddle | 1 | -2/+5 | |
completion of word-style styles for zstyle | |||||
2015-04-13 | users/20159: completion: zstyle: Add 'show-ambiguity' | Daniel Shahaf | 1 | -0/+1 | |
2015-01-25 | 34373, 34374: update completion of builtin commands, modifiers, | Oliver Kiddle | 1 | -1/+1 | |
parameter and globbing flags | |||||
2015-01-25 | _zstyle vcs_info completion: Add missing styles | Daniel Shahaf | 1 | -0/+42 | |
2015-01-25 | _zstyle vcs_info: Unbreak branchformat completion | Daniel Shahaf | 1 | -1/+1 | |
The failure mode was: % zstyle ':vcs_info:*' branchformat "foobar%<TAB> _values:compvalues:10: no multi-letter values with empty separator allowed | |||||
2014-04-05 | 32528: vcs_info: Add check-for-staged-changes | Daniel Shahaf | 1 | -0/+2 | |
2010-10-01 | 28307: support new styles esp. vcs_info ones and allow quoted contexts again | Oliver Kiddle | 1 | -9/+118 | |
2010-06-22 | 28047: attempt to make locking with fc command more useful | Peter Stephenson | 1 | -1/+18 | |
2010-01-13 | Mikael: 27597: accepting zstyle completion unnecessarily hard. | Peter Stephenson | 1 | -1/+1 | |
2008-08-21 | Alexey I. Froloff: 25459: add list-dirs-first style. | Peter Stephenson | 1 | -0/+1 | |
Also doc. | |||||
2008-06-03 | 25132: zstyle completion updates | Peter Stephenson | 1 | -53/+96 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -1/+0 | |
2003-01-17 | 18121: add new function for completing e-mail addresses | Oliver Kiddle | 1 | -1/+4 | |
2002-06-26 | two new modes for menu selection: incremental search and interactive (17366) | Sven Wischnowsky | 1 | -1/+2 | |
2002-05-23 | rename max-match-length style to max-matches-width (17213) | Sven Wischnowsky | 1 | -3/+3 | |
2002-05-14 | allow users to give the maximum number of display-columns the matches should ↵ | Sven Wischnowsky | 1 | -0/+5 | |
take up via the style currently named max-match-length (17147) | |||||
2002-04-16 | make more calls to _message use the -e option (16988) | Sven Wischnowsky | 1 | -9/+9 | |
2002-03-15 | 16842: resolve name clash for nc between netcat and the nedit client for | Oliver Kiddle | 1 | -1/+1 | |
completion and add _pick_variant to resolve program variants in general | |||||
2002-01-17 | use pager style instead of $EDITOR and fix bad substitution in exclusion lists | Oliver Kiddle | 1 | -2/+3 | |
2002-01-10 | allow manual pages to be shown separated by section with new ↵ | Sven Wischnowsky | 1 | -0/+1 | |
separate-sections style (16426) | |||||
2002-01-04 | 16398: updated zstyle completion and related cleanup | Oliver Kiddle | 1 | -55/+118 | |
2001-07-25 | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 1 | -0/+5 | |
2001-07-18 | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 1 | -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) | |||||
2001-07-17 | add preserve-prefix style to keep pathname prefix unchanged (15400) | Sven Wischnowsky | 1 | -0/+5 | |
2001-04-02 | moved from Completion/Builtins/_zstyle | Sven Wischnowsky | 1 | -0/+320 | |