about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* 24776: clarify compinit message when compaudit failsPeter Stephenson2008-03-281-2/+3
|
* 24775: improve _cd option handlingPeter Stephenson2008-03-281-4/+29
|
* 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
|
* 24730: use --no-color when calling git commands that might output color codes.Clint Adams2008-03-231-3/+3
|
* 24728: complete for aptitude why and why-not.Clint Adams2008-03-231-1/+1
|
* 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1Bart Schaefer2008-03-181-1/+1
| | | | any longer, so the (i) subscript flag on an empty array needs to yield 1.
* unposted: fix some .distfiles and .cvsignore stuffPeter Stephenson2008-03-152-4/+20
|
* 24704: completion for BSD calendar.Clint Adams2008-03-121-0/+12
|
* 24702: fix 24701Clint Adams2008-03-091-2/+2
|
* 24701: use $service instead of $words[1] so completion will work if git is ↵Clint Adams2008-03-091-4/+4
| | | | an alias to a wrapper.
* Richard Hartmann: 24631: gpg completion updatePeter Stephenson2008-03-071-4/+5
|
* unposted: improved handling of perforce @label and @datePeter Stephenson2008-03-041-2/+2
|
* 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.
* 24632: fix remote ssh filename quoting.Clint Adams2008-03-011-1/+5
|
* 24626: only process command descriptions if extra-verbose style is set.Clint Adams2008-02-281-1/+1
|
* 24622: add completion for 'git bisect skip' and 'git bisect run'.Clint Adams2008-02-281-1/+8
|
* 24588: tweak glob qualifier completionPeter Stephenson2008-02-232-14/+9
| | | | 24590: turn down error reporting when unquoting
* 24585: completion for glob qualifiers plusPeter Stephenson2008-02-236-3/+373
| | | | bug fix for _alternative
* unposted: new p4 change option -uPeter Stephenson2008-02-221-0/+1
|
* 24578: stop completing --print-gnu-build-architecture, which was dropped in ↵Clint Adams2008-02-221-1/+0
| | | | 2005.
* 24570: don't attempt to pre-filter $commands on $PREFIX, just let compaddBart Schaefer2008-02-191-1/+1
| | | | deal with it.
* users/12547: [0] -> [1] in completion arraysPeter Stephenson2008-02-112-3/+3
|
* 24545: new acroread optionsPeter Stephenson2008-02-111-1/+10
|
* 24536: tweaks to 24529, spelling fix.Clint Adams2008-02-061-5/+5
|
* Mikael Magnusson: 24529: remaining fixes from 24526.Clint Adams2008-02-061-6/+6
|
* 24533 (tweaked): offer _complete _ignored as default for completers stylePeter Stephenson2008-02-051-2/+6
|
* 24527: a subset of the fixes from Mikael Magnusson in 24526.Clint Adams2008-02-031-2/+3
|
* Christopher Key: fix for subversion help outputPeter Stephenson2008-01-311-2/+2
|
* 24464: remove trailing whitespace.Clint Adams2008-01-251-6/+6
|
* 24442: compensate for some breakage introduced by 24396.Clint Adams2008-01-221-3/+1
|
* 24441: compensate for some breakage introduced by 24396.Clint Adams2008-01-221-1/+1
|
* 24437: compensate for some breakage introduced by 24396.Clint Adams2008-01-221-2/+1
|
* Frank Terbeck: 24413: handle completion when git aliases are used.Clint Adams2008-01-221-32/+54
|
* Mikael Magnusson: 24396: don't pass -r to git ls-files for performance ↵Clint Adams2008-01-221-12/+15
| | | | reasons, compensate for lack of recursion.
* users/12461: fix quoting of mount points for umountPeter Stephenson2008-01-191-0/+1
|
* users/12461: fix quoting of mount points for umountPeter Stephenson2008-01-191-2/+21
|
* unposted: complete a few minor new p4 optionsPeter Stephenson2008-01-171-0/+3
|
* 24402: complete more than one input file.Clint Adams2008-01-161-1/+1
|
* 24388: tidy up error if MH not availablePeter Stephenson2008-01-161-0/+5
|
* 24387: update --force-* options for dpkg completion.Clint Adams2008-01-131-1/+1
|
* N.J.Mann: users/12420: completion for cvs commit -fPeter Stephenson2008-01-111-1/+10
|
* Chris Lamb: 24365: completion for vim-addons.Clint Adams2008-01-062-0/+51
|
* 24360: fix misspelling of --separate-dirs.Clint Adams2008-01-041-1/+1
|
* 24345: add --no-utf8-comment and --list.Clint Adams2008-01-041-0/+2
|
* 24330: add some missing options from xpdf 3.02.Clint Adams2007-12-311-0/+4
|
* 24323: for performance reasons, procure release names via apt-cache policy ↵Clint Adams2007-12-281-1/+1
| | | | instead of apt-cache dump.