summaryrefslogtreecommitdiff
path: root/Completion/Core
AgeCommit message (Collapse)AuthorFilesLines
2000-05-29Add comment.Bart Schaefer1-0/+2
2000-05-29make _path_files use glob qualifiers from the line when doing pattern ↵Sven Wischnowsky1-0/+23
matching (11635)
2000-05-25beautify format of compdump file (11576)Sven Wischnowsky2-3/+3
2000-05-25fix for special-dirs when used with -g patterns (11570)Sven Wischnowsky1-6/+8
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2-8/+8
2000-05-22Don't lose empty arguments (11517)Oliver Kiddle1-2/+2
2000-05-2211516: Completion/Core/compinstall: menu selectionPeter Stephenson1-13/+21
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-22fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky1-1/+1
(11487)
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson1-0/+1
zsh-users/3071: compdump tweak to avoid // in path
2000-05-1911469: Locally unset the errexit option and ZERR trap.Bart Schaefer1-0/+3
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky4-204/+262
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-17fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky1-5/+7
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 Wischnowsky1-2/+2
2000-05-16fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky1-2/+10
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 Wischnowsky3-23/+15
`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-12fix for completing options with `_arguments -s'; fix for _message to use ↵Sven Wischnowsky1-1/+1
`builtin compadd' (11349)
2000-05-11Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle1-2/+0
2000-05-11_call should pass on the return code from the called command (11327)Oliver Kiddle1-0/+2
2000-05-11_files used alternative tag-order values even if not needed (11321)Sven Wischnowsky1-0/+1
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-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-1011288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer1-0/+1
expect it to be closed.
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky1-0/+6
cursor; add insert-tab style (11274)
2000-05-0811194, 11200, 11214Peter Stephenson1-28/+65
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2-3/+11
style to ignore words already on the line (11244)
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky7-42/+112
2000-05-05make _message independent of when it is called (11188)Sven Wischnowsky2-5/+5
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 Wischnowsky1-0/+7
control over this (11140)
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-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-02add -x option to compadd to display message unconditionallySven Wischnowsky1-11/+15
2000-05-02completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky1-4/+2
2000-05-02make completion-in-vared complete parameter values as default; cleanup for ↵Sven Wischnowsky2-35/+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 Schaefer1-3/+4
2000-04-2811013: more compinstall fixesPeter Stephenson1-1/+4