about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* 11194, 11200, 11214Peter Stephenson2000-05-083-40/+74
|
* make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2000-05-083-3/+12
| | | | style to ignore words already on the line (11244)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-0810-51/+149
|
* 11236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer2000-05-061-4/+4
|
* add _look.Tanaka Akira2000-05-061-1/+2
|
* 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-064-100/+148
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
* 11219: Completion/User/_cvs, Completion/User/_diff_options: addTanaka Akira2000-05-052-148/+298
| | | | option description to `_cvs' and fix typo in _diff_options.
* 11213: Completion/User/_cvs: don't complete files which isTanaka Akira2000-05-051-3/+7
| | | | already on command line for `cvs add', `cvs remove' and `cvs commit'.
* 11204: Completion/User/_look: use more precise explanation andTanaka Akira2000-05-051-2/+3
| | | | complete an optional second argument.
* completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky2000-05-0524-238/+303
| | | | it's return value (11195)
* 11190: Completion/User/_look: new completion for look.Tanaka Akira2000-05-051-0/+18
|
* make _message independent of when it is called (11188)Sven Wischnowsky2000-05-052-5/+5
|
* Use one function for compression/decompression programs and new lzop completionOliver Kiddle2000-05-058-22/+166
|
* 11166: Completion/Base/_regex_arguments: remove debugging code.Tanaka Akira2000-05-041-2/+1
|
* 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-044-471/+188
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
* 11157: Completion/Core/_requested: fail if _all_labels is failed.Tanaka Akira2000-05-041-1/+1
|
* don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2000-05-042-0/+8
| | | | control over this (11140)
* allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky2000-05-036-21/+29
| | | | (11121)
* Andrej: handle -t option in _zcompile (11067)Sven Wischnowsky2000-05-031-8/+9
|
* remove backslashes before `$' in _expand when `substitute' is unset; fix for ↵Sven Wischnowsky2000-05-031-5/+8
| | | | clearing end-of-list lines in menu-selection (11110)
* add _xauth.Tanaka Akira2000-05-031-1/+2
|
* 11109: Completion/X/_xauth: new completion for xauth.Tanaka Akira2000-05-031-0/+115
|
* 11106: Completion/User/_mount: fix glob for device files.Tanaka Akira2000-05-031-1/+1
|
* make sure that completion messages are displayed even when there are no ↵Sven Wischnowsky2000-05-031-1/+1
| | | | matches (11092)
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-1/+1
| | | | some redundant close() calls; relocate a misplaced redirection.
* Small fix to avoid using slashes in temporary file name (11065)Oliver Kiddle2000-05-021-1/+1
|
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-11/+15
|
* always use empty matcher-list style in _complete_help (11053)Sven Wischnowsky2000-05-021-1/+8
|
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-028-16/+14
|
* make completion-in-vared complete parameter values as default; cleanup for ↵Sven Wischnowsky2000-05-023-58/+56
| | | | _path_files (11048)
* completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky2000-05-021-19/+10
|
* don't fail on nonexistent ~/.nedit file.Bart Schaefer2000-05-012-4/+5
|
* Use of _arguments in _bzip2 (11041)Oliver Kiddle2000-05-013-6/+57
|
* 11033: 3.1.7-pre-2 zsh-3.1.7-pre-2Peter Stephenson2000-04-302-3/+7
|
* completion for joeClint Adams2000-04-301-0/+38
|
* 11024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer2000-04-301-0/+26
|
* 11017: Completion/Linux/_rpm: fixes for --rmsource and --recompileAdam Spiers2000-04-291-6/+11
| | | | options, and for breakage caused by 10772
* 11013: more compinstall fixesPeter Stephenson2000-04-281-1/+4
|
* Tanaka: printer-detection moved to new _printers; used by _enscript (11001)Sven Wischnowsky2000-04-284-58/+63
|
* 10999: compinstall fixesPeter Stephenson2000-04-281-2/+12
|
* 10980: Tanaka's enscript completion.Bart Schaefer2000-04-281-0/+146
|
* 10985: compinstall enhancementsPeter Stephenson2000-04-271-18/+74
|
* new _history completer (10979)Sven Wischnowsky2000-04-272-2/+38
|
* use $words[1] to call make in _make and throw away stderr and use _call (10977)Sven Wischnowsky2000-04-271-1/+1
|
* ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky2000-04-271-1/+1
|
* fix for automatic option-argument completion with partially typed option in ↵Sven Wischnowsky2000-04-271-3/+2
| | | | _arguments (10967)
* document _wanted -C; fix for call to _wanted in _urls (10965)Sven Wischnowsky2000-04-271-1/+1
|
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky2000-04-271-12/+14
| | | | MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
* added warning to _perl_modules for when perl not found on path (10949)Adam Spiers2000-04-271-0/+1
|
* ensure options are set as expected in _history_complete_word and ↵Sven Wischnowsky2000-04-262-2/+8
| | | | _bash_completions (10933)