about summary refs log tree commit diff
path: root/Completion/Core/_path_files
Commit message (Collapse)AuthorAgeFilesLines
* fixlet, complicated match specs could result in incorrect words being used ↵Sven Wischnowsky2001-03-231-1/+3
| | | | as possible path expansions (13724)
* wehn using glob_complete, don't treat everything starting with a tilde as a ↵Sven Wischnowsky2001-02-131-1/+1
| | | | pattern (13459)
* aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky2000-11-081-18/+65
| | | | 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)
* change some tags used in filename completion: no tag for file-sort, ↵Sven Wischnowsky2000-10-231-4/+4
| | | | fake-files and ignore-parents, paths for accept-exact (13037)
* rename fake style to fake-files (12973)Sven Wischnowsky2000-10-121-1/+1
|
* more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky2000-10-061-4/+1
| | | | qualifiers (12917)
* complete after autoloaded directories (a rather ugly hack); remove old code ↵Sven Wischnowsky2000-10-051-0/+4
| | | | in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
* more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky2000-08-081-4/+23
|
* quotingSven Wischnowsky2000-08-031-1/+1
|
* one more problem with quoting of glob characters in filename completion (12496)Sven Wischnowsky2000-08-031-0/+1
|
* 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
| | | | errors when expanding strings taken from the command line.
* improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky2000-06-191-32/+26
| | | | fake style (11971)
* fixes for calling compfiles, for completing words with special characters; ↵Sven Wischnowsky2000-06-131-5/+6
| | | | make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding)
* improve _path_files, move some code into C, try to optimise glob patterns ↵Sven Wischnowsky2000-06-091-47/+18
| | | | and immediately accept exact directory matches (11833)
* fix for _path_files and globcomplete, better test if word contains wildcards ↵Sven Wischnowsky2000-06-061-2/+3
| | | | (11776)
* 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 ↵Sven Wischnowsky2000-05-291-0/+23
| | | | matching (11635)
* 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 ↵Sven Wischnowsky2000-05-021-35/+38
| | | | _path_files (11048)
* 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