summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Expand)AuthorFilesLines
2001-03-25New _cpioPeter Stephenson1-0/+143
2001-03-25Handle @folder for MH in _mailboxesPeter Stephenson1-4/+4
2001-03-24Fixes for mh completions.Bart Schaefer1-2/+12
2001-03-23don't auto-start menu completion after a `%' when completing pids or jobs (13...Sven Wischnowsky1-1/+1
2001-03-23probably no reason to put the (#a?) flag after an initial tilde in _approxima...Sven Wischnowsky1-4/+5
2001-03-23add commands and call-command styles; mention some of the more expensive thin...Sven Wischnowsky2-2/+4
2001-03-23test if the colon is quoted (13725)Sven Wischnowsky2-2/+2
2001-03-23fixlet, complicated match specs could result in incorrect words being used as...Sven Wischnowsky1-1/+3
2001-03-22Some tweaks for nmh in _mhPeter Stephenson1-1/+6
2001-03-20use -l as default for telnet's without -\? option (13674)Sven Wischnowsky1-0/+1
2001-03-1813664pt2: Back out Completion/SysVClint Adams2-21/+0
2001-03-1813664: */rcS.d/* force-reload, force-restartClint Adams1-2/+2
2001-03-1813662: apt-get build-dep completionClint Adams1-1/+2
2001-03-1813661: complete args for SysV initscriptsClint Adams2-0/+21
2001-03-15users/3671: Completion/User/_java: tweak for colon-separated pathsPeter Stephenson1-0/+1
2001-03-13Add D qualifier in _rcs.Bart Schaefer1-1/+1
2001-03-13Unify completion for ncftp and lftp in _ncftpBart Schaefer3-10/+8
2001-03-12spelling corrections (13610)Oliver Kiddle2-6/+6
2001-03-12fix to declare tmp variable as localOliver Kiddle1-1/+1
2001-03-12New tar options -j.Chmouel Boudjnah2-3/+11
2001-03-12fix filename quoting in _zip and don't use _hosts for lftpOliver Kiddle2-5/+7
2001-03-12Add _lftp.Bart Schaefer1-1/+1
2001-03-11Add completion for lftpChmouel Boudjnah1-0/+5
2001-03-11Various new, improved, fixed or updated functions (13600)Oliver Kiddle16-58/+408
2001-03-11Use _normal completion following the name of a shell script.Bart Schaefer1-0/+5
2001-03-11Handle quoted whitespace in glob expansions.Bart Schaefer1-1/+2
2001-03-08Dist more filesPeter Stephenson3-5/+6
2001-03-08try to find out the sub commands to complete in _init_d (13591)Sven Wischnowsky1-1/+18
2001-03-06don't complete w3m from _webbrowser now we have _w3m (unposted)Oliver Kiddle1-1/+1
2001-03-06include _w3m in .distfilesOliver Kiddle1-1/+1
2001-03-06unposted: complete for w3mClint Adams1-0/+48
2001-03-0613544, 13568 (Peter): + syntax for matchers in matcher-list to augmentAndrey Borzenkov4-21/+66
2001-03-05new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky2-4/+62
2001-02-28Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer7-7/+7
2001-02-28Work when ksh_arrays is set but before the setopt takes effect (13555)Oliver Kiddle1-1/+1
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky1-0/+1
2001-02-26some small functions for completing sub-commands (generic function, init scri...Sven Wischnowsky4-0/+21
2001-02-26change $words[1] to $service in some more places (13534)Sven Wischnowsky7-11/+18
2001-02-2213520: use services and shorten description in _vars_eqPeter Stephenson1-3/+3
2001-02-16make `compdef foo=bar' use the service defined for `bar' if there is any (13494)Sven Wischnowsky1-0/+1
2001-02-13wehn using glob_complete, don't treat everything starting with a tilde as a p...Sven Wischnowsky1-1/+1
2001-02-13Add 'glob' to $_comp_options.Bart Schaefer1-0/+1
2001-02-09two small fixes to _multi_parts; one more place where a caller-supplied -S ca...Sven Wischnowsky1-2/+2
2001-02-08add completion for newsgroups (13448)Oliver Kiddle4-4/+15
2001-02-08fix _gzip to work for zcat again (13445)Oliver Kiddle1-1/+1
2001-02-02Peter:13427: filename-quoting fix in _expandSven Wischnowsky1-1/+4
2001-02-01Changes references to sunsite.auc.dk to just sunsite.dk (13422)Oliver Kiddle1-3/+3
2001-02-01new completion function for the tin newsreader (13420)Oliver Kiddle1-0/+52
2001-01-15add completion for ls and ([ef]|)grep (13347)Sven Wischnowsky3-1/+165
2001-01-15add `services', allowing easier re-use of (parts of) completion functions (13...Sven Wischnowsky31-72/+124