summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2000-05-10Fix breakage from 11195 (11300)Oliver Kiddle1-2/+2
2000-05-1011287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson1-1/+1
2000-05-10update `%p' replacement in _files (11292)Sven Wischnowsky1-1/+1
2000-05-10revert 11280Tanaka Akira1-1/+1
2000-05-1011288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2-0/+2
expect it to be closed.
2000-05-09Use _math for completing the let builtinOliver Kiddle1-8/+2
2000-05-09complete using _arguments for typeset and its variants (11282)Oliver Kiddle1-8/+69
2000-05-0911280: Completion/User/_make: suppress an error with closed stdinTanaka Akira2-2/+2
on OpenBSD. 11278: Completion/User/_ssh: disable forwarding to use ssh.
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2-0/+7
cursor; add insert-tab style (11274)
2000-05-09option name clash in _arguments (11273)Sven Wischnowsky2-4/+4
2000-05-09fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky1-2/+4
2000-05-08more problems with optional arguments in _arguments (11253)Sven Wischnowsky1-4/+2
2000-05-0811194, 11200, 11214Peter Stephenson3-40/+74
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky3-3/+12
style to ignore words already on the line (11244)
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky10-51/+149
2000-05-0611236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer1-4/+4
2000-05-06add _look.Tanaka Akira1-1/+2
2000-05-0611223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira4-100/+148
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
2000-05-0511219: Completion/User/_cvs, Completion/User/_diff_options: addTanaka Akira2-148/+298
option description to `_cvs' and fix typo in _diff_options.
2000-05-0511213: Completion/User/_cvs: don't complete files which isTanaka Akira1-3/+7
already on command line for `cvs add', `cvs remove' and `cvs commit'.
2000-05-0511204: Completion/User/_look: use more precise explanation andTanaka Akira1-2/+3
complete an optional second argument.
2000-05-05completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky24-238/+303
it's return value (11195)
2000-05-0511190: Completion/User/_look: new completion for look.Tanaka Akira1-0/+18
2000-05-05make _message independent of when it is called (11188)Sven Wischnowsky2-5/+5
2000-05-05Use one function for compression/decompression programs and new lzop completionOliver Kiddle8-22/+166
2000-05-0411166: Completion/Base/_regex_arguments: remove debugging code.Tanaka Akira1-2/+1
2000-05-0411165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira4-471/+188
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-0411157: Completion/Core/_requested: fail if _all_labels is failed.Tanaka Akira1-1/+1
2000-05-04don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2-0/+8
control over this (11140)
2000-05-03allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky6-21/+29
(11121)
2000-05-03Andrej: handle -t option in _zcompile (11067)Sven Wischnowsky1-8/+9
2000-05-03remove backslashes before `$' in _expand when `substitute' is unset; fix for ↵Sven Wischnowsky1-5/+8
clearing end-of-list lines in menu-selection (11110)
2000-05-03add _xauth.Tanaka Akira1-1/+2
2000-05-0311109: Completion/X/_xauth: new completion for xauth.Tanaka Akira1-0/+115
2000-05-0311106: Completion/User/_mount: fix glob for device files.Tanaka Akira1-1/+1
2000-05-03make sure that completion messages are displayed even when there are no ↵Sven Wischnowsky1-1/+1
matches (11092)
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer1-1/+1
some redundant close() calls; relocate a misplaced redirection.
2000-05-02Small fix to avoid using slashes in temporary file name (11065)Oliver Kiddle1-1/+1
2000-05-02add -x option to compadd to display message unconditionallySven Wischnowsky1-11/+15
2000-05-02always use empty matcher-list style in _complete_help (11053)Sven Wischnowsky1-1/+8
2000-05-02completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky8-16/+14
2000-05-02make completion-in-vared complete parameter values as default; cleanup for ↵Sven Wischnowsky3-58/+56
_path_files (11048)
2000-05-02completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky1-19/+10
2000-05-01don't fail on nonexistent ~/.nedit file.Bart Schaefer2-4/+5
2000-05-01Use of _arguments in _bzip2 (11041)Oliver Kiddle3-6/+57
2000-04-3011033: 3.1.7-pre-2Peter Stephenson2-3/+7
2000-04-30completion for joeClint Adams1-0/+38
2000-04-3011024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer1-0/+26
2000-04-2911017: Completion/Linux/_rpm: fixes for --rmsource and --recompileAdam Spiers1-6/+11
options, and for breakage caused by 10772
2000-04-2811013: more compinstall fixesPeter Stephenson1-1/+4