about summary refs log tree commit diff
path: root/Completion/Unix/Type/_files
Commit message (Expand)AuthorAgeFilesLines
* users/24892: fix local declaration with recursive-files style and complete it...Oliver Kiddle2020-06-111-1/+1
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-1/+1
* 43871: _files: Support `-F '(pat ...)'` as with _path_filesdana2018-12-091-0/+2
* 43861: make "(#" completion safer by checking for ")"Peter Stephenson2018-12-041-1/+1
* 43860: Complete glob flags at start of word.Peter Stephenson2018-12-041-0/+4
* users/23642: Revert _files change from workers/42984Takeshi Banse2018-09-241-1/+1
* 42984: Fix argument pass-through to compadddana2018-06-111-1/+1
* 39154: _files: -/ with list-dirs-first resulted in a bad pattern, thus aborti...Daniel Shahaf2016-09-021-1/+1
* 38707: strip suffix for glob qualifier completionOliver Kiddle2016-06-181-0/+1
* 36165: simplify file-patterns default to a single patternOliver Kiddle2015-08-171-42/+6
* 35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from _pa...Oliver Kiddle2015-07-141-1/+19
* 33843: minor optimisation for recursive-files.Peter Stephenson2014-12-081-1/+5
* Han Pingtian: 31027: remove the -g's from globs in file completionPeter Stephenson2013-02-071-1/+1
* users/17211: new recursive-files stylePeter Stephenson2012-08-211-2/+16
* Use // instead of :gs in parameter substitutionPeter Stephenson2010-03-191-1/+1
* 27780: effect of backslashes in :s changed in _filesPeter Stephenson2010-03-151-1/+1
* 27219: _files -F <array> wasn't correctly handledPeter Stephenson2009-08-171-4/+8
* Alexey I. Froloff: 25459: add list-dirs-first style.Peter Stephenson2008-08-211-0/+17
* 19309: add #q to the start of a glob qualifier in the -g argumentOliver Kiddle2004-01-211-0/+4
* 18811: needed to quote % in substitution as it was otherwise taken as an anchorOliver Kiddle2003-07-041-1/+1
* remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky2002-03-131-1/+1
* allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky2002-03-041-1/+1
* change file completion default to offer globbed files and directories on firs...Sven Wischnowsky2001-10-091-10/+30
* make _files not use its own description if there is one from a calling functi...Sven Wischnowsky2001-07-131-1/+5
* double all backslashes before colons in the original pattern (14240)Sven Wischnowsky2001-05-071-1/+1
* Fix _files -FBart Schaefer2001-05-031-3/+3
* moved from Completion/Core/_filesSven Wischnowsky2001-04-021-0/+90