about summary refs log tree commit diff
path: root/Completion/Unix/Type/_path_files
Commit message (Collapse)AuthorAgeFilesLines
* users/13077: Max Mikhanosha: restore follow after sort in _path_filesPeter Stephenson2008-07-301-1/+1
|
* users/13072: add follow option to file-sortPeter Stephenson2008-07-291-0/+1
|
* 25258(?): donʼt use -M option with -U in _path_filesPeter Stephenson2008-06-301-7/+7
|
* 25231: fix approximation of absolute paths in root directoryPeter Stephenson2008-06-211-1/+1
|
* unposted: another typo in _path_filesPeter Stephenson2008-06-041-1/+1
|
* 25130 with typos fixed: use compad -U in _path_files to fix problemPeter Stephenson2008-06-041-7/+15
| | | | with spelling correction of path prefixes
* users/12858: add accept-exact-dirs stylePeter Stephenson2008-05-181-0/+23
|
* 24585: completion for glob qualifiers plusPeter Stephenson2008-02-231-2/+15
| | | | bug fix for _alternative
* users/12100: default to a case-insensitive matcher with NO_CASE_GLOBPeter Stephenson2007-10-251-1/+10
|
* 22328, modified: add -o option to compaddPeter Stephenson2006-03-071-7/+32
| | | | add _list_files helper to handle new file-list style for _path_files
* 19839, 19842: improve handling of #q in qualifiersPeter Stephenson2004-04-271-2/+6
|
* 18512: fix 18508 properly this time.Peter Stephenson2003-05-081-1/+2
|
* unposted: remove debug from _path_files patch in 18230Peter Stephenson2003-02-261-2/+0
|
* 18230: Test for explicitly matched file in _path_files.Peter Stephenson2003-02-241-1/+22
|
* 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