about summary refs log tree commit diff
path: root/Completion/Builtins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* more sensible value (12769)Sven Wischnowsky2000-09-071-19/+26
|
* use return value (12682)Sven Wischnowsky2000-08-211-0/+2
|
* enhance _zmodload to use _arguments (12677)Oliver Kiddle2000-08-181-17/+42
|
* remove unnecessary localSven Wischnowsky2000-08-161-3/+2
|
* 12650: don't show aliased modules if there aren't anyPeter Stephenson2000-08-151-2/+5
|
* call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky2000-08-152-14/+16
|
* small improvement to allow lists where the pid is not in the first column ↵Sven Wischnowsky2000-08-151-2/+2
| | | | (12635)
* Andrej, 12614: DLL is a shared library suffix.Bart Schaefer2000-08-141-1/+1
|
* add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle2000-08-103-7/+16
|
* new completion for read builtin (12578)Oliver Kiddle2000-08-093-5/+23
|
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-2/+9
| | | | | Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
* 12486: new completion caching layerAdam Spiers2000-08-021-0/+2
|
* mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle2000-07-051-4/+3
|
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-222-3/+5
| | | | list-colors handling (12029)
* a bit of security for compinit (avoid using things writable by others); ↵Sven Wischnowsky2000-06-201-1/+1
| | | | avoid handling files with the same name twice; remove compconf (11998)
* allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky2000-06-191-8/+35
| | | | (11973)
* use compadd -[ak] (11549)Sven Wischnowsky2000-05-3117-44/+62
|
* fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky2000-05-291-14/+39
|