about summary refs log tree commit diff
path: root/Completion/Core/_path_files
Commit message (Expand)AuthorAgeFilesLines
* Belatedly fold in 12162, to replace command subst with eval.Bart Schaefer2000-07-261-3/+4
* avoid insertion of `+' before ~1/<TAB>; don't use undeclared local $tmp (12208)Sven Wischnowsky2000-07-101-8/+10
* add some $(print...)s because of possible math-parse errors (12156)Sven Wischnowsky2000-07-041-3/+2
* 12148: Don't merge display-ordering glob flags into the parens of $(...).Bart Schaefer2000-07-031-6/+6
* 12133: Protect completion system from stray error output and assorted fatalBart Schaefer2000-07-021-1/+1
* improve filename completion; use accept-exact for in-path completion; new fak...Sven Wischnowsky2000-06-191-32/+26
* fixes for calling compfiles, for completing words with special characters; ma...Sven Wischnowsky2000-06-131-5/+6
* improve _path_files, move some code into C, try to optimise glob patterns and...Sven Wischnowsky2000-06-091-47/+18
* fix for _path_files and globcomplete, better test if word contains wildcards ...Sven Wischnowsky2000-06-061-2/+3
* use compadd -[ak] (11549)Sven Wischnowsky2000-05-311-4/+4
* Add comment.Bart Schaefer2000-05-291-0/+2
* make _path_files use glob qualifiers from the line when doing pattern matchin...Sven Wischnowsky2000-05-291-0/+23
* fix for special-dirs when used with -g patterns (11570)Sven Wischnowsky2000-05-251-6/+8
* avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky2000-05-161-2/+2
* followup for 11364 (11367)Sven Wischnowsky2000-05-151-1/+1
* fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky2000-05-151-9/+25
* make completion-in-vared complete parameter values as default; cleanup for _p...Sven Wischnowsky2000-05-021-35/+38
* file-sort made $fignore fail (10922)Sven Wischnowsky2000-04-261-13/+13
* fix completion after ~<num> (10812)Sven Wischnowsky2000-04-181-1/+8
* make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky2000-04-171-1/+1
* use special-dirs with _path_files -g (3019)Sven Wischnowsky2000-04-101-1/+2
* missing initialisations, -W with multiple directories didn't wor (10571)Sven Wischnowsky2000-04-071-0/+2
* renaming some stylesSven Wischnowsky2000-04-051-2/+2
* Handle directory stack entriesSven Wischnowsky2000-04-031-0/+17
* Better quoting for directories with spaces.Sven Wischnowsky2000-04-031-2/+2
* Updated from list as far as 10376Peter Stephenson2000-04-011-217/+444
* Initial revisionTanaka Akira1999-04-151-0/+311