about summary refs log tree commit diff
path: root/Completion/Unix/Type/_path_files
Commit message (Collapse)AuthorAgeFilesLines
* Bart (17906): de-quote prefix when calling compfiles to remove non-exact ↵Sven Wischnowsky2002-11-061-1/+1
| | | | matches (17910)
* keep globbing quiet in _path_files; check if group/user exists in _chown (17393)Sven Wischnowsky2002-07-021-1/+1
|
* fix for use of (z) parameter modifier; the first word in the parameter is ↵Sven Wischnowsky2002-05-291-2/+4
| | | | parsed like the first word on a command line, treating parens specially (17252)
* better splitting of -g-strings; this failed when patterns contained spaces ↵Sven Wischnowsky2002-05-211-2/+2
| | | | (17189)
* 17072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2002-05-031-11/+6
|
* make _path_files use match specs from the matcher style when calling ↵Sven Wischnowsky2002-04-161-3/+3
| | | | compfiles (users/4836)
* don't use _comp_ignore while building paths, only at end (16076)Sven Wischnowsky2001-10-171-4/+4
|
* use expanded paths (expand style with value prefix) only when we are at the ↵Sven Wischnowsky2001-10-111-2/+6
| | | | last matcher spec (16002)
* make expand style (file completion) work again; no more special behaviour ↵Sven Wischnowsky2001-10-051-4/+11
| | | | with menu completion; try to make docs clearer (15944)
* 15650Sven Wischnowsky2001-08-171-1/+1
|
* -[12n] options don't get arguments (15615)Sven Wischnowsky2001-08-131-1/+1
|
* 15390: Cygwin supportAndrey Borzenkov2001-07-131-1/+9
|
* make _files not use its own description if there is one from a calling ↵Sven Wischnowsky2001-07-131-2/+6
| | | | function; improve -P-prefix handling in _path_files (15389)
* (15283)Sven Wischnowsky2001-07-061-1/+1
|
* 14962Sven Wischnowsky2001-06-181-1/+1
|
* spelling correctionsOliver Kiddle2001-05-291-4/+4
|
* try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky2001-04-271-1/+1
| | | | complete words like ...<pat>..<param-subst>... (14133)
* Tilde-path completion tweak.Bart Schaefer2001-04-181-7/+7
|
* Check for parameter expansions before tilde-expansions (fixes bugs reportedBart Schaefer2001-04-131-17/+17
| | | | in zsh-workers/13971).
* moved from Completion/Core/_path_filesSven Wischnowsky2001-04-021-0/+650