summaryrefslogtreecommitdiff
path: root/Completion/Base/Utility
AgeCommit message (Collapse)AuthorFilesLines
2004-07-2820204: Motoi Washida: typo in _retrieve_cachePeter Stephenson1-1/+1
2004-06-18_arguments fix for configure, unconfirmedPeter Stephenson1-2/+2
2003-09-21users/6606: handle any matching control options passed downOliver Kiddle1-25/+8
2003-07-31tidy up of many completions (updates, fixes, improvements and plain aesthetics)Oliver Kiddle1-1/+1
2003-06-0518526: -O option to _describe for prefix-needed in _argumentsPeter Stephenson2-3/+11
2003-04-3018486: back-out 18458 because it causes problems when completing only optionsOliver Kiddle1-4/+0
2003-04-2218458: handle the prefix-needed style in _describe -o and new completion for ↵Oliver Kiddle1-0/+4
renice
2003-03-1318347: fix problems with having more than one ((val\:desc ...)) style actionOliver Kiddle1-3/+2
2003-02-1918262: fix bug where only first match was added with expand style set to suffixOliver Kiddle1-1/+1
2002-10-09Changes to _store_cache to allow cache names to contain slashes "/".Felix Rosencrantz1-2/+17
2002-05-23for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky1-8/+23
(from the --help-text) as the description to shown when completing after the option (17214)
2002-05-23rename max-match-length style to max-matches-width (17213)Sven Wischnowsky1-1/+1
2002-05-21fix removal of automatically added specs (from the -- option) for which a ↵Sven Wischnowsky1-2/+2
user-defined one is present (17191)
2002-05-14fix for _arguments: don't use argument-tag when completing options; fix for ↵Sven Wischnowsky1-2/+5
_services: leave loop when matches were produced (17148)
2002-05-14allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky1-3/+5
take up via the style currently named max-match-length (17147)
2002-05-06fix _arguments' -s option (17078)Sven Wischnowsky1-4/+2
2002-04-16make _values not use -Q (16991)Sven Wischnowsky1-1/+1
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky1-1/+1
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2-1/+36
completion and add _pick_variant to resolve program variants in general
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky1-7/+7
sub-contexts both for function and style lookup (16819)
2002-03-05unposted: usual fixups for .distfilesPeter Stephenson1-1/+1
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2-23/+31
compdef; use this for parameter values and redirections (16755)
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky1-9/+4
change uses of _guard (16708)
2002-02-18fix test for prefix-needed (16667)Sven Wischnowsky1-3/+2
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky3-4/+4
implementation of compadd -x) (16483)
2002-01-21allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky1-2/+8
strings are eval'uated, so this should be powerful enough) (16472)
2002-01-1616461: a number of minor completion function updatesOliver Kiddle1-1/+1
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle1-7/+0
2001-10-19fix: make _describe handle (...) arguments correctly; use _file_descriptors ↵Sven Wischnowsky1-2/+10
after -t in conditions; don't display empty descriptions in _file_descriptors (16085)
2001-08-07make _dd not use already used specs; fix for selecting stuff to complete in ↵Sven Wischnowsky1-2/+6
_describe; fix for correction and _describe with grouped lists (15588)
2001-07-30(15526)Sven Wischnowsky1-0/+8
2001-07-27(15509)Sven Wischnowsky1-2/+3
2001-07-25Fix typo.Bart Schaefer1-1/+1
2001-07-25move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky1-43/+47
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-3/+3
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky1-24/+16
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-07-19yet another followup to 15497; make _describe filter out non-matching ↵Sven Wischnowsky1-0/+43
strings before calling compdescribe, otherwise some matches will be hiddens (15415)
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky1-4/+10
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-06-13fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky1-8/+4
argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897)
2001-06-11(14841)Sven Wischnowsky1-1/+1
2001-06-06two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky1-74/+78
actions if we aren't after an option already (in the same word) (14733)
2001-06-01work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2-2/+2
2001-05-31fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky1-3/+5
an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)
2001-05-31(14602)Sven Wischnowsky1-0/+1
2001-05-31always use supplied matchers (14599)Sven Wischnowsky1-2/+2
2001-05-29spelling correctionsOliver Kiddle3-7/+7
2001-05-08add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky1-12/+15
_values add the value-separator as a suffix for most types of actions (14257)
2001-04-2614117Sven Wischnowsky1-7/+8
2001-04-26new vnc completion and use _guard for pine completion (14112)Oliver Kiddle1-1/+1
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky2-13/+38
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)