about summary refs log tree commit diff
path: root/Completion/Core/_match
Commit message (Collapse)AuthorAgeFilesLines
* moved to Completion/Base/Completer/_matchSven Wischnowsky2001-04-021-70/+0
|
* aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky2000-11-081-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)
* make _oldlist ignore list from _complete_help; _match runs for every match ↵Sven Wischnowsky2000-04-111-1/+1
| | | | spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
* Updated from list as far as 10376Peter Stephenson2000-04-011-23/+21
|
* Initial revisionTanaka Akira1999-04-151-0/+53