about summary refs log tree commit diff
path: root/Completion/Unix/Type
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-27/+30
| | | | | use in _canonical_paths add 4.3.6 release note with this and other stuff
* 24759: dont unfunction if no function; sanitize helper functionsPeter Stephenson2008-03-271-61/+68
|
* 24757: canonicalize paths some morePeter Stephenson2008-03-271-5/+26
|
* 25735: use zstat to get canonical name for symbolic linksPeter Stephenson2008-03-261-8/+31
|
* 24653, 24659: Completion/Unix/Type/_path_commands: use a helper functionBart Schaefer2008-03-031-3/+15
| | | | | to call "whatis" portably, and use compadd -O to pre-filter matches before reading $_command_descriptions.
* 24650: use zstyle -t instead of -T since extra-verbose isn't meant to ↵Clint Adams2008-03-011-1/+1
| | | | default to yes.
* 24626: only process command descriptions if extra-verbose style is set.Clint Adams2008-02-281-1/+1
|
* 24585: completion for glob qualifiers plusPeter Stephenson2008-02-231-2/+15
| | | | bug fix for _alternative
* 24570: don't attempt to pre-filter $commands on $PREFIX, just let compaddBart Schaefer2008-02-191-1/+1
| | | | deal with it.
* 24268: handle backslashed = in mailbox completionPeter Stephenson2007-12-161-1/+1
|
* Ryan F: users/12154: MacOS X group completionPeter Stephenson2007-11-261-1/+5
|
* users/12100: default to a case-insensitive matcher with NO_CASE_GLOBPeter Stephenson2007-10-251-1/+10
|
* 23814: fixes for Darwin.Clint Adams2007-09-271-0/+4
|
* 23834: complete tex files for xetex and xelatex.Clint Adams2007-09-261-1/+1
|
* updates for dev versionPeter Stephenson2007-08-231-12/+46
|
* 23782: commands with descriptions.Clint Adams2007-08-191-0/+77
|
* 23611: new completions for ldd and LD_DEBUG on Solaris and LinuxOliver Kiddle2007-06-292-1/+40
|