about summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Collapse)AuthorAgeFilesLines
* 28631: gi1242+zsh@gmail.com (as in 28633): completion updatesPeter Stephenson2011-01-162-7/+0
|
* gi1242+zsh@gmail.com: 28594:Peter Stephenson2011-01-091-1/+1
| | | | Various new and improved completions
* Mikael: 28389: empty section in java CLASSPATHPeter Stephenson2010-11-071-2/+3
|
* users/15232: _path_files for paths, againPeter Stephenson2010-08-061-4/+11
|
* unposted: fix incorrectly capitalized completion descriptionsDoug Kearns2010-06-061-1/+1
|
* 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
* "Akinori MUSHA: 27892: update service & init completion for FreeBSDPeter Stephenson2010-04-201-1/+7
|
* users/15011: add path-completion stylePeter Stephenson2010-04-141-7/+14
|
* Use // instead of :gs in parameter substitutionPeter Stephenson2010-03-191-1/+1
|
* 27780: effect of backslashes in :s changed in _filesPeter Stephenson2010-03-151-1/+1
|
* 27762: omit ssh known_hosts entries with port numbers from host completion.Clint Adams2010-02-281-2/+2
|
* Ingmar Vanhassel: 27456: complete .tar.lzma, .tbz, .txz.Clint Adams2009-12-051-2/+2
|
* 27448: mild understanding of xz-compressed tarballs.Clint Adams2009-12-031-1/+3
|
* Greg Klanderman: 27409: subversion and URL pathsPeter Stephenson2009-11-151-2/+2
|
* Frank Terbeck: 27309: VCS_INFO docPeter Stephenson2009-10-181-1/+0
| | | | | Holger Weiss: 27310: typo in matcher doc Jesse Weinstein: 27310: redundant diff option
* 27308, based on 27305 from Edgar Merino:Peter Stephenson2009-10-041-1/+13
| | | | search for init scripts in other locations
* 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
|
* 27219: _files -F <array> wasn't correctly handledPeter Stephenson2009-08-171-4/+8
|
* 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.
* 27128: complete tex files for latexmk.Clint Adams2009-07-181-1/+1
|
* Baptiste Daroussin: 27030: update _file_systems for FreeBSDPeter Stephenson2009-06-041-1/+6
|
* 26723: centralise test for matching glob qualifiers in file completionPeter Stephenson2009-03-133-37/+53
|
* 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
|
* 26463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson2009-01-281-1/+2
| | | | | 26464: Greg Klanderman: fix insert-ids=single for menu completion 26465: Greg Klanderman: command keymap for execution
* Richard Hartmann: 26170 parts 1 and 2: .bz2 compressed PS filesPeter Stephenson2009-01-052-2/+2
|
* Richard Hartmann: 26105: add okularPeter Stephenson2008-12-021-1/+5
|
* add completion of globbing flagsOliver Kiddle2008-11-101-1/+5
|
* 26021: tweak for glob qualifier completionPeter Stephenson2008-11-081-14/+27
|
* 25988: declare temporary cache array as local, thanks to problem noticed by ↵Clint Adams2008-11-022-2/+3
| | | | Kazuhiro NISHIYAMA.
* 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.
* Phil Pennock: 25854: fix Devel module completion for "perl -d:".Bart Schaefer2008-10-151-3/+35
|
* 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
|
* Alexey I. Froloff: 25459: add list-dirs-first style.Peter Stephenson2008-08-211-0/+17
| | | | Also doc.
* 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
|
* 25324: Danek Duvall: some Solaris and more general completionsPeter Stephenson2008-07-213-0/+27
|
* 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
* 25131: typo with b:zstat loading zstatPeter Stephenson2008-06-031-1/+1
|
* users/12858: add accept-exact-dirs stylePeter Stephenson2008-05-181-0/+23
|