summaryrefslogtreecommitdiff
path: root/Completion/Base
AgeCommit message (Expand)AuthorFilesLines
2002-10-09Changes to _store_cache to allow cache names to contain slashes "/".Felix Rosencrantz1-2/+17
2002-07-08don't display _dispatch as one of the called functions (17438)Sven Wischnowsky1-3/+3
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-0/+13
2002-05-23for automatic long options completion, use the string after the equal signs (...Sven Wischnowsky1-8/+23
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 use...Sven Wischnowsky1-2/+2
2002-05-14fix for _arguments: don't use argument-tag when completing options; fix for _...Sven Wischnowsky1-2/+5
2002-05-14allow users to give the maximum number of display-columns the matches should ...Sven Wischnowsky1-3/+5
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-04-04add original string as match (like in _approximate)Oliver Kiddle1-3/+14
2002-04-0416923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle1-2/+6
2002-03-1716849: shift off `-s' argument.Bart Schaefer1-0/+1
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2-1/+36
2002-03-13remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky4-45/+29
2002-03-05unposted: usual fixups for .distfilesPeter Stephenson2-1/+2
2002-03-04allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky5-140/+143
2002-02-25make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky1-0/+2
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky2-11/+12
2002-02-18fix test for prefix-needed (16667)Sven Wischnowsky1-3/+2
2002-02-12add -x option (to be passed on to compadd) to _description and friends; make ...Sven Wischnowsky6-48/+34
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky7-7/+33
2002-01-21allow arguments to be given to functions used by compdef (actually, the strin...Sven Wischnowsky3-10/+16
2002-01-17use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle1-2/+3
2002-01-1616461: a number of minor completion function updatesOliver Kiddle1-1/+1
2002-01-07fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky1-2/+2
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle1-7/+0
2002-01-0316397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle1-21/+16
2001-10-19fix: make _describe handle (...) arguments correctly; use _file_descriptors a...Sven Wischnowsky1-2/+10
2001-08-20undo most of 15650, do that in shell code (15669)Sven Wischnowsky1-5/+6
2001-08-17make insert-tab really default to `true' (15653)Sven Wischnowsky1-1/+1
2001-08-1615638Sven Wischnowsky1-1/+2
2001-08-07make _dd not use already used specs; fix for selecting stuff to complete in _...Sven Wischnowsky2-3/+12
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 list_packed;...Sven Wischnowsky1-24/+16
2001-07-19yet another followup to 15497; make _describe filter out non-matching strings...Sven Wischnowsky1-0/+43
2001-07-18add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky1-4/+10
2001-07-10(15357)Sven Wischnowsky1-2/+8
2001-06-21Fix handling of interrupt in two completion widgets.Bart Schaefer2-2/+3
2001-06-20Fix "insert-tab pending" zstyle.Bart Schaefer1-2/+2
2001-06-13fix for comparguments (completing after single letter options that get their ...Sven Wischnowsky1-8/+4
2001-06-11(14841)Sven Wischnowsky1-1/+1
2001-06-06two fixes: try all actions that have to be tried (but only once), execute act...Sven Wischnowsky1-74/+78
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 a...Sven Wischnowsky1-3/+5