about summary refs log tree commit diff
path: root/Completion/Unix/Type/_path_files
Commit message (Collapse)AuthorAgeFilesLines
* 32546: better handling of ignored files with _path_files -W prefixesJun T2014-04-151-2/+3
|
* 30692: allow autoload +X -m to workPeter Stephenson2012-09-211-1/+1
| | | | change to _path_files to make it load in that fashion
* users/16302: pattern matching for plain files was broken by 29444Bart Schaefer2011-09-051-2/+13
|
* 29444: when _path_files is called with a pattern to match directories, doBart Schaefer2011-06-051-1/+1
| | | | not descend into subdirectories for fake-files unless some are defined
* 29384: Add _comp_caller_optionsMikael Magnusson2011-05-271-1/+1
|
* 29278: Completion/Unix/Type/_path_files: fix use of the $skipsBart Schaefer2011-05-151-1/+1
|
* 28750 plus extra comments:Peter Stephenson2011-02-131-14/+39
| | | | | | case of completeinword file handling where we are completing after the first component of a path instead of a middle component of a path
* users/15232: _path_files for paths, againPeter Stephenson2010-08-061-4/+11
|
* users/15031: another file completion quoting fix,Peter Stephenson2010-05-051-5/+22
| | | | useful if path-completion is false or accept-exact-dirs is true
* users/15028 modified to unquote in one place:Peter Stephenson2010-04-231-1/+1
| | | | | with path-completion false or accept-exact-dirs true we need to unquote the string before sticking it in the current path
* users/15011: add path-completion stylePeter Stephenson2010-04-141-7/+14
|
* Greg Klanderman: 27262: prefixes incorrect with accept-exact-dirsPeter Stephenson2009-09-141-1/+1
|
* Greg Klanderman: 27259 / 27260: unset parameter in file prefixPeter Stephenson2009-09-101-1/+5
|
* 27209: fix breakage from 27208.Clint Adams2009-08-051-1/+1
|
* 27208: try to do the right thing when applying file-sort to extant glob ↵Clint Adams2009-08-051-1/+1
| | | | qualifiers.
* 26723: centralise test for matching glob qualifiers in file completionPeter Stephenson2009-03-131-37/+28
|
* 26609: _path_files: better (?) fix for globcomplete.Bart Schaefer2009-02-281-2/+2
| | | | unposted: _pick_variant: explicit rather than implicit success return.
* 26606: fix doubled -s in path completion in some casesPeter Stephenson2009-02-251-2/+1
|
* 26485: _path_files with accept-exact-dirs could get path order wrongPeter Stephenson2009-01-291-2/+2
|
* add completion of globbing flagsOliver Kiddle2008-11-101-1/+5
|
* 26021: tweak for glob qualifier completionPeter Stephenson2008-11-081-14/+27
|
* 25945: matching bug in path hierarchy completionPeter Stephenson2008-10-291-9/+14
|
* 25938 (Mikael) + probably 25939, too: typo in _path_filesPeter Stephenson2008-10-281-2/+2
|
* 25927: include the ignored prefix/suffix in the hidden prefix/suffixBart Schaefer2008-10-231-14/+16
| | | | only for compadd -U.
* 25887: fix brace completion oddity by using compadd -U more selectively.Bart Schaefer2008-10-151-8/+8
|
* 25582: attempt to make "pws non-canonical hack" respect file typesPeter Stephenson2008-09-011-10/+26
|
* 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
|