about summary refs log tree commit diff
path: root/Completion/Builtins
Commit message (Collapse)AuthorAgeFilesLines
* moved to Completion/Zsh/Command/_whichSven Wischnowsky2001-04-021-37/+0
|
* moved to Completion/Zsh/Command/_waitSven Wischnowsky2001-04-021-7/+0
|
* moved to Completion/Zsh/Command/_unsetoptSven Wischnowsky2001-04-021-7/+0
|
* moved to Completion/Zsh/Command/_unhashSven Wischnowsky2001-04-021-13/+0
|
* moved to Completion/Zsh/Command/_trapSven Wischnowsky2001-04-021-7/+0
|
* moved to Completion/Zsh/Command/_statSven Wischnowsky2001-04-021-20/+0
|
* moved to Completion/Zsh/Command/_sourceSven Wischnowsky2001-04-021-14/+0
|
* moved to Completion/Zsh/Command/_setoptSven Wischnowsky2001-04-021-7/+0
|
* moved to Completion/Zsh/Command/_setSven Wischnowsky2001-04-021-7/+0
|
* moved to Completion/Zsh/Command/_schedSven Wischnowsky2001-04-021-21/+0
|
* moved to Completion/Zsh/Command/_readSven Wischnowsky2001-04-021-18/+0
|
* moved to Completion/Zsh/Command/_printSven Wischnowsky2001-04-021-29/+0
|
* moved to Completion/Zsh/Command/_killSven Wischnowsky2001-04-021-11/+0
|
* moved to Completion/Zsh/Command/_hashSven Wischnowsky2001-04-021-38/+0
|
* moved to Completion/Zsh/Command/_fcSven Wischnowsky2001-04-021-36/+0
|
* moved to Completion/Zsh/Command/_enableSven Wischnowsky2001-04-021-8/+0
|
* moved to Completion/Zsh/Command/_emulateSven Wischnowsky2001-04-021-6/+0
|
* moved to Completion/Zsh/Command/_echotcSven Wischnowsky2001-04-021-3/+0
|
* moved to Completion/Zsh/Command/_disableSven Wischnowsky2001-04-021-8/+0
|
* moved to Completion/Zsh/Command/_compdefSven Wischnowsky2001-04-021-52/+0
|
* moved to Completion/Zsh/Command/_commandSven Wischnowsky2001-04-021-10/+0
|
* moved to Completion/Zsh/Command/_cdSven Wischnowsky2001-04-021-54/+0
|
* moved to Completion/Zsh/Command/_builtinSven Wischnowsky2001-04-021-11/+0
|
* moved to Completion/Zsh/Command/_bindkeySven Wischnowsky2001-04-021-40/+0
|
* moved to Completion/Zsh/Command/_autoloadSven Wischnowsky2001-04-021-10/+0
|
* moved to Completion/Zsh/Type/_jobs_fgSven Wischnowsky2001-04-021-3/+0
|
* moved to Completion/Zsh/Type/_jobs_bgSven Wischnowsky2001-04-021-3/+0
|
* moved to Completion/Zsh/Type/_directory_stackSven Wischnowsky2001-04-021-51/+0
|
* moved to Completion/Zsh/Type/_varsSven Wischnowsky2001-04-021-25/+0
|
* moved to Completion/Zsh/Type/_limitsSven Wischnowsky2001-04-021-3/+0
|
* moved to Completion/Zsh/Type/_functionsSven Wischnowsky2001-04-021-5/+0
|
* moved to Completion/Zsh/Type/_arraysSven Wischnowsky2001-04-021-5/+0
|
* moved to Completion/Zsh/Type/_aliasesSven Wischnowsky2001-04-021-17/+0
|
* moved to Completion/Base/Utility/_nothingSven Wischnowsky2001-04-021-3/+0
|
* various doc fixes and minor completion function changes, most of whichOliver Kiddle2001-04-0116-61/+82
| | | | are to use the -A "-*" and -S options to _arguments (13863)
* comment out looking up the prefix-needed style when completing directory ↵Sven Wischnowsky2001-03-271-4/+14
| | | | stack entries; make _tilde use _popd, finally (13789)
* 13779/13783: fixes from Michal PolitowskiClint Adams2001-03-261-1/+1
|
* _pids shouldn't start menu completion if the current word starts with a ↵Sven Wischnowsky2001-03-261-1/+1
| | | | hyphen; typo fix in compsys.yo (13763)
* don't auto-start menu completion after a `%' when completing pids or jobs ↵Sven Wischnowsky2001-03-231-1/+1
| | | | (13733)
* new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky2001-03-051-4/+14
|
* change $words[1] to $service in some more places (13534)Sven Wischnowsky2001-02-265-9/+16
|
* 13520: use services and shorten description in _vars_eqPeter Stephenson2001-02-221-3/+3
|
* Add missing quote.Bart Schaefer2000-11-271-1/+1
|
* aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky2000-11-081-1/+6
| | | | the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128)
* rename fake style to fake-files (12973)Sven Wischnowsky2000-10-121-2/+2
|
* *** empty log message ***Sven Wischnowsky2000-10-111-0/+1
|
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-4/+9
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* *** empty log message ***Sven Wischnowsky2000-10-102-12/+9
|
* more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky2000-10-064-4/+4
| | | | qualifiers (12917)
* Redo _zle using _arguments; fix typos.Bart Schaefer2000-09-111-8/+75
|