summaryrefslogtreecommitdiff
path: root/Completion/Core/_match
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02moved to Completion/Base/Completer/_matchSven Wischnowsky1-70/+0
2000-11-08aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky1-18/+37
the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128)
2000-04-11make _oldlist ignore list from _complete_help; _match runs for every match ↵Sven Wischnowsky1-1/+1
spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
2000-04-01Updated from list as far as 10376Peter Stephenson1-23/+21
1999-04-15Initial revisionTanaka Akira1-0/+53