summaryrefslogtreecommitdiff
path: root/Completion/Unix
AgeCommit message (Collapse)AuthorFilesLines
2002-02-0816590: use a prefix match instead of a "fuzzy-exact" match.Clint Adams1-1/+1
2002-02-0516568: get listing of entire directory for approximation and other purposes.Clint Adams1-7/+1
2002-02-0516566: show ls -F classifiers as display strings.Clint Adams1-8/+16
2002-02-0416555: add | to bracket expression, 2>/dev/nullClint Adams1-4/+4
2002-02-0416553: differentiate between files and directories during remote scp completion.Clint Adams1-2/+7
2002-02-04Fixed some problems with _cvs and flags. Fixed _perl to complete a scriptFelix Rosencrantz2-5/+6
args with _normal.
2002-02-0316540: short options and local filesClint Adams1-1/+20
2002-01-3016514: initscript completion fixesClint Adams1-2/+2
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky1-1/+1
implementation of compadd -x) (16483)
2002-01-21allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky1-4/+2
strings are eval'uated, so this should be powerful enough) (16472)
2002-01-18*** empty log message ***Oliver Kiddle1-1/+1
2002-01-17use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle1-6/+6
2002-01-1616461: a number of minor completion function updatesOliver Kiddle13-32/+45
2002-01-1416449: new chkconfig completion for both the RedHat and IRIX commandsOliver Kiddle1-0/+33
2002-01-10allow manual pages to be shown separated by section with new ↵Sven Wischnowsky1-2/+22
separate-sections style (16426)
2002-01-07fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky1-4/+12
command names instead of pids (16406)
2002-01-06users/4483: with "cvs add" et al., complete names of locally removed (butBart Schaefer1-1/+1
not committed) files.
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle3-3/+3
2002-01-0316396: fix argument handling bugsOliver Kiddle1-6/+10
2002-01-02users/4561: fix code for finding the zipfile's name in the current command-lineOliver Kiddle1-4/+2
2001-12-2616375: command completion for fshClint Adams2-0/+24
2001-12-2116372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle1-1/+2
problem with no argument to kill -n and -s options
2001-12-19add missing description argument in _values calls (16366)Oliver Kiddle2-4/+5
2001-12-19new ifconfig completion (16366)Oliver Kiddle4-2/+106
2001-12-12allow tag-order to select order of files and urls (16323)Oliver Kiddle2-11/+2
2001-12-12allow tag-order to select order of files and urls (16330)Oliver Kiddle3-7/+5
2001-12-1116326: completion for mozilla, some more web browsers in webbrowserClint Adams1-1/+1
2001-12-1116325: update for wget 1.8Oliver Kiddle1-11/+18
2001-12-11new mtools completionOliver Kiddle2-1/+157
2001-12-1116320: factor out file system completion to new functionOliver Kiddle4-37/+60
2001-12-0916315: completion for spamassassinClint Adams2-1/+16
2001-12-07users/4503: don't complete source or header files after gcc -oPeter Stephenson1-1/+1
2001-12-06users/4519: complete files in all argument positions for zip (bug fix)Oliver Kiddle1-1/+1
2001-11-2916293: completion for arpingClint Adams2-1/+21
2001-11-2916292: completion for rsyncClint Adams2-1/+6
2001-11-1516254: complete map names after ypmatchPeter Stephenson1-1/+2
16255: options for default output base for zcalc
2001-11-0616224: add -n option to kill and complete options from _killOliver Kiddle1-9/+8
2001-11-0216177: also look in /usr/lib/locale/TZ for time zonesOliver Kiddle1-1/+1
2001-10-2616174: complete value of $TZOliver Kiddle3-6/+11
2001-10-2216092: Completion/Unix/Command/_mysql_utils: don't override settings in ↵Adam Spiers1-3/+3
~/.my.cnf
2001-10-1716078: zip -rClint Adams1-1/+2
2001-10-17don't use _comp_ignore while building paths, only at end (16076)Sven Wischnowsky1-4/+4
2001-10-14Fix typos.Bart Schaefer1-2/+2
2001-10-11use expanded paths (expand style with value prefix) only when we are at the ↵Sven Wischnowsky1-2/+6
last matcher spec (16002)
2001-10-1016006: use styles for mail directory, pine directory, and muttrc.Clint Adams1-10/+15
2001-10-1016005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux.Clint Adams1-4/+6
2001-10-09change file completion default to offer globbed files and directories on ↵Sven Wischnowsky1-10/+30
first try (15995)
2001-10-08update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983)Oliver Kiddle5-5/+11
2001-10-08Insert missing single quote.Bart Schaefer1-1/+1
2001-10-05make expand style (file completion) work again; no more special behaviour ↵Sven Wischnowsky1-4/+11
with menu completion; try to make docs clearer (15944)