summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2000-05-22another fix for `select=long*' in menu style (11500)Sven Wischnowsky1-1/+2
2000-05-22fix for select-long-list in menu style (11497)Sven Wischnowsky1-4/+4
2000-05-22fix for clines in suffix (11496)Sven Wischnowsky1-1/+1
2000-05-22be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky1-1/+1
2000-05-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky2-131/+25
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-22fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky1-1/+1
(11487)
2000-05-19Do a better job of completing suffixes in netscape remote commands (11471)Oliver Kiddle2-17/+23
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson1-0/+1
zsh-users/3071: compdump tweak to avoid // in path
2000-05-19Fix _su to use user's shell for completion after -c againOliver Kiddle1-3/+3
2000-05-1911469: Locally unset the errexit option and ZERR trap.Bart Schaefer2-0/+5
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky10-218/+277
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