summaryrefslogtreecommitdiff
path: root/Completion/Core
AgeCommit message (Expand)AuthorFilesLines
2001-04-02moved to Completion/Base/Core/_requestedSven Wischnowsky1-19/+0
2001-04-02moved to Completion/Base/Core/_normalSven Wischnowsky1-128/+0
2001-04-02moved to Completion/Base/Core/_next_labelSven Wischnowsky1-25/+0
2001-04-02moved to Completion/Base/Core/_messageSven Wischnowsky1-20/+0
2001-04-02moved to Completion/Base/Core/_main_completeSven Wischnowsky1-330/+0
2001-04-02moved to Completion/Base/Core/_descriptionSven Wischnowsky1-70/+0
2001-04-02moved to Completion/Base/Core/_all_labelsSven Wischnowsky1-43/+0
2001-04-02moved to Completion/compinstallSven Wischnowsky1-1830/+0
2001-04-02moved to Completion/compinitSven Wischnowsky1-483/+0
2001-04-02moved to Completion/compdumpSven Wischnowsky1-135/+0
2001-03-29fix comparison of expansions with expanded prefix (missing quoting) (13833)Sven Wischnowsky1-1/+1
2001-03-29next try to get rid of empty strings being added as possible completion by _m...Sven Wischnowsky1-2/+2
2001-03-28*** empty log message ***Sven Wischnowsky1-3/+3
2001-03-26unset ZLS_COLORS if list-colors not set (13768)Sven Wischnowsky2-2/+4
2001-03-23probably no reason to put the (#a?) flag after an initial tilde in _approxima...Sven Wischnowsky1-4/+5
2001-03-23test if the colon is quoted (13725)Sven Wischnowsky2-2/+2
2001-03-23fixlet, complicated match specs could result in incorrect words being used as...Sven Wischnowsky1-1/+3
2001-03-12spelling corrections (13610)Oliver Kiddle2-6/+6
2001-03-11Various new, improved, fixed or updated functions (13600)Oliver Kiddle2-2/+1
2001-03-11Handle quoted whitespace in glob expansions.Bart Schaefer1-1/+2
2001-03-08Dist more filesPeter Stephenson1-1/+1
2001-03-0613544, 13568 (Peter): + syntax for matchers in matcher-list to augmentAndrey Borzenkov4-21/+66
2001-03-05new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky1-0/+48
2001-02-28Work when ksh_arrays is set but before the setopt takes effect (13555)Oliver Kiddle1-1/+1
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky1-0/+1
2001-02-26some small functions for completing sub-commands (generic function, init scri...Sven Wischnowsky1-0/+4
2001-02-16make `compdef foo=bar' use the service defined for `bar' if there is any (13494)Sven Wischnowsky1-0/+1
2001-02-13wehn using glob_complete, don't treat everything starting with a tilde as a p...Sven Wischnowsky1-1/+1
2001-02-13Add 'glob' to $_comp_options.Bart Schaefer1-0/+1
2001-02-09two small fixes to _multi_parts; one more place where a caller-supplied -S ca...Sven Wischnowsky1-2/+2
2001-02-02Peter:13427: filename-quoting fix in _expandSven Wischnowsky1-1/+4
2001-01-15add `services', allowing easier re-use of (parts of) completion functions (13...Sven Wischnowsky5-25/+73
2000-11-25ALL_EXPORT tweaks.Bart Schaefer1-0/+1
2000-11-08aloow value `pattern' for insert-unambiguous style to preserve patterns in th...Sven Wischnowsky2-36/+102
2000-11-05Use bareglobqual.Bart Schaefer1-0/+1
2000-10-23change some tags used in filename completion: no tag for file-sort, fake-file...Sven Wischnowsky1-4/+4
2000-10-19simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky2-2/+17
2000-10-173.1.6-dev-7Peter Stephenson1-2/+2
2000-10-12remove possibility for func() entries in tag-order style, can be done using z...Sven Wischnowsky2-24/+0
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky1-1/+1
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2-8/+43
2000-10-10follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky1-23/+5
2000-10-10*** empty log message ***Sven Wischnowsky1-3/+18
2000-10-10temporarily remove global aliases to avoid error message inside the evals (12...Sven Wischnowsky1-4/+22
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N qualif...Sven Wischnowsky2-5/+2
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer1-2/+2
2000-10-05unset cshnullglob (12899)Sven Wischnowsky1-2/+2
2000-10-05complete after autoloaded directories (a rather ugly hack); remove old code i...Sven Wischnowsky2-1/+5
2000-09-21Fiddle with _expand_word and its doc.Bart Schaefer1-1/+0
2000-08-11fixes for completion in math contexts (12592)Sven Wischnowsky1-1/+1