summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2000-05-18fix for completion of `netscape -remote' (11460)Sven Wischnowsky1-9/+3
2000-05-18allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky1-4/+20
2000-05-1811455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson1-1/+1
2000-05-18make _files remove backslashes in patterns (11453)Sven Wischnowsky1-1/+1
2000-05-1711444: add old-list and old-menu to _zstylePeter Stephenson1-0/+2
2000-05-17fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky1-5/+7
2000-05-16Fix typos and remove RCS Id strings.Bart Schaefer2-2/+2
2000-05-1611415: Completion/User/_cvs: follow the new matcher-list behaviour.Tanaka Akira1-1/+1
2000-05-16fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky2-33/+93
`-command-line-', handy for completion in vared (11408)
2000-05-16avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky2-2/+4
2000-05-16make _arguments take the attempt to add matches as an indication not to do ↵Sven Wischnowsky1-3/+9
default option-completion (11406)
2000-05-16fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky1-2/+10
2000-05-16one hunk of 11381: typo in _vars_eqPeter Stephenson1-1/+1
2000-05-1611396: Completion/User/_look: display a message whenTanaka Akira1-3/+6
an argument is empty.
2000-05-1611394: Completion/User/_cvs: rewrite filename completionTanaka Akira1-142/+151
functions.
2000-05-1511393: Completion/User/_diff_options: use `=-'.Tanaka Akira1-2/+2
2000-05-1511392: Completion/Core/_description: ignore-line fix.Tanaka Akira1-2/+2
2000-05-15add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky5-26/+46
`false' there
2000-05-1511375: compinstall: menu style select=long and select=long-listPeter Stephenson1-27/+50
2000-05-15followup for 11364 (11367)Sven Wischnowsky1-1/+1
2000-05-15fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky1-9/+25
2000-05-15Add -L option to the hash builtinOliver Kiddle2-1/+2
2000-05-14doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson1-1/+1
2000-05-12fix for completing options with `_arguments -s'; fix for _message to use ↵Sven Wischnowsky2-4/+8
`builtin compadd' (11349)
2000-05-12Use _arguments for hash completion and add + options for typeset (11347)Oliver Kiddle2-19/+40
2000-05-1211332: Test descriptors correctly for redirect/restore of stderr; plus anBart Schaefer1-2/+3
aesthetic tweak.
2000-05-11Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle2-3/+1
2000-05-11_call should pass on the return code from the called command (11327)Oliver Kiddle1-0/+2
2000-05-11make _argument_sets add the options as defaults when there is nothing else ↵Sven Wischnowsky2-2/+7
to complete (11324)
2000-05-11_files used alternative tag-order values even if not needed (11321)Sven Wischnowsky1-0/+1
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky2-11/+54
_argument_sets and the C-code for it (11320)
2000-05-11make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky1-5/+15
values for menu style to start menu-selection if list is too long for screen (11319)
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.