about summary refs log tree commit diff
path: root/Completion
Commit message (Expand)AuthorAgeFilesLines
* 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 _p...Sven Wischnowsky2000-05-023-58/+56
* 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
* 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
* 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 MENUSCROL...Sven Wischnowsky2000-04-271-12/+14
* 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 _bash_comple...Sven Wischnowsky2000-04-262-2/+8
* new fileSven Wischnowsky2000-04-261-0/+20
* *** empty log message ***Sven Wischnowsky2000-04-262-5/+6
* better perl module completion from Adam (10892)Sven Wischnowsky2000-04-261-22/+37
* new completion for GNU zip from Tanaka (10890)Sven Wischnowsky2000-04-262-5/+81
* new completion function for xset from Tanaka (10885)Sven Wischnowsky2000-04-261-0/+197
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-261-10/+21
* better default value for list-prompt style (10923)Sven Wischnowsky2000-04-261-1/+1
* file-sort made $fignore fail (10922)Sven Wischnowsky2000-04-261-13/+13
* re-calculate number of line with mark when needed; make default prompts more ...Sven Wischnowsky2000-04-251-2/+2
* small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky2000-04-253-3/+9
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky2000-04-251-3/+9
* make _arguments use more than one action when appropriate; add _argument_sets...Sven Wischnowsky2000-04-259-77/+170
* Things that are in the ChangeLog but that somehow didn't get changed.Bart Schaefer2000-04-251-1/+1
* Add new completions for AIX commandsOliver Kiddle2000-04-209-0/+104
* new completions for FreeBSD commands (10861)Sven Wischnowsky2000-04-204-0/+140
* default values for styles in _expand_word, listing expansions with ^Xd, _expa...Sven Wischnowsky2000-04-202-7/+50
* Add completion for file descriptorsOliver Kiddle2000-04-203-6/+32
* 10833: new print completion and complete nothing for clear and lognameOliver Kiddle2000-04-193-4/+30
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...Sven Wischnowsky2000-04-191-2/+3
* fix completion after ~<num> (10812)Sven Wischnowsky2000-04-181-1/+8
* handle list-prompt in compinstallPeter Stephenson2000-04-181-3/+23
* change suffix added when completing an assigned value (10807)Sven Wischnowsky2000-04-181-2/+2
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...Sven Wischnowsky2000-04-182-0/+13
* 10772: Chmouel: rpm --target completionPeter Stephenson2000-04-171-0/+5
* better completion after `=', everywhere (10780)Sven Wischnowsky2000-04-174-11/+47