summaryrefslogtreecommitdiff
path: root/Completion/Core
AgeCommit message (Collapse)AuthorFilesLines
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
2000-04-2810999: compinstall fixesPeter Stephenson1-2/+12
2000-04-2710985: compinstall enhancementsPeter Stephenson1-18/+74
2000-04-27new _history completer (10979)Sven Wischnowsky2-2/+38
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky1-12/+14
MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
2000-04-26better default value for list-prompt style (10923)Sven Wischnowsky1-1/+1
2000-04-26file-sort made $fignore fail (10922)Sven Wischnowsky1-13/+13
2000-04-25re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky1-2/+2
consistent (10916)
2000-04-25small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky2-3/+8
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky1-3/+9
use them to be able to expand $foo (10909)
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky1-1/+1
_argument_sets to complete different sets of arguments and options for the same command (10908)
2000-04-20default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky1-7/+37
_expand uses add-space style (10854)
2000-04-20Add completion for file descriptorsOliver Kiddle2-2/+25
2000-04-19default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky1-2/+3
variable-width strings (10816)
2000-04-18fix completion after ~<num> (10812)Sven Wischnowsky1-1/+8
2000-04-18handle list-prompt in compinstallPeter Stephenson1-3/+23
2000-04-18completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky1-0/+10
new used parameters, use local keymap when waiting at list-prompt (10801)
2000-04-17make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky3-5/+4
2000-04-12allow brace expansion on patterns for file-patterns and tag-order (10695)Sven Wischnowsky2-7/+11
2000-04-12keep _oldlist from using the dummy match inserted for warnings (10691)Sven Wischnowsky2-3/+6
2000-04-1110669: compinstall more flexible with input and output filesPeter Stephenson1-5/+50
2000-04-11make trailing blanks in file-patterns tags be removed (10650)Sven Wischnowsky1-1/+1
2000-04-11make _oldlist ignore old list when _complete_help is used (10648)Sven Wischnowsky1-2/+2