about summary refs log tree commit diff
path: root/Completion/Core
Commit message (Collapse)AuthorAgeFilesLines
* fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky2000-05-171-5/+7
|
* fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky2000-05-162-33/+93
| | | | `-command-line-', handy for completion in vared (11408)
* avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky2000-05-161-2/+2
|
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-161-2/+10
|
* 11392: Completion/Core/_description: ignore-line fix.Tanaka Akira2000-05-151-2/+2
|
* add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky2000-05-153-23/+15
| | | | `false' there
* 11375: compinstall: menu style select=long and select=long-listPeter Stephenson2000-05-151-27/+50
|
* followup for 11364 (11367)Sven Wischnowsky2000-05-151-1/+1
|
* fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky2000-05-151-9/+25
|
* fix for completing options with `_arguments -s'; fix for _message to use ↵Sven Wischnowsky2000-05-121-1/+1
| | | | `builtin compadd' (11349)
* Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)Oliver Kiddle2000-05-111-2/+0
|
* _call should pass on the return code from the called command (11327)Oliver Kiddle2000-05-111-0/+2
|
* _files used alternative tag-order values even if not needed (11321)Sven Wischnowsky2000-05-111-0/+1
|
* make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky2000-05-111-5/+15
| | | | values for menu style to start menu-selection if list is too long for screen (11319)
* 11287: Naoki Wakamatsu: compinstall spaces to be tabPeter Stephenson2000-05-101-1/+1
|
* update `%p' replacement in _files (11292)Sven Wischnowsky2000-05-101-1/+1
|
* 11288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2000-05-101-0/+1
| | | | expect it to be closed.
* give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2000-05-091-0/+6
| | | | cursor; add insert-tab style (11274)
* 11194, 11200, 11214Peter Stephenson2000-05-081-28/+65
|
* make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2000-05-082-3/+11
| | | | style to ignore words already on the line (11244)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-087-42/+112
|
* make _message independent of when it is called (11188)Sven Wischnowsky2000-05-052-5/+5
|
* 11157: Completion/Core/_requested: fail if _all_labels is failed.Tanaka Akira2000-05-041-1/+1
|
* don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2000-05-041-0/+7
| | | | control over this (11140)
* remove backslashes before `$' in _expand when `substitute' is unset; fix for ↵Sven Wischnowsky2000-05-031-5/+8
| | | | clearing end-of-list lines in menu-selection (11110)
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-1/+1
| | | | some redundant close() calls; relocate a misplaced redirection.
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-11/+15
|
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-021-4/+2
|
* make completion-in-vared complete parameter values as default; cleanup for ↵Sven Wischnowsky2000-05-022-35/+56
| | | | _path_files (11048)
* completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky2000-05-021-19/+10
|
* don't fail on nonexistent ~/.nedit file.Bart Schaefer2000-05-011-3/+4
|
* 11013: more compinstall fixesPeter Stephenson2000-04-281-1/+4
|
* 10999: compinstall fixesPeter Stephenson2000-04-281-2/+12
|
* 10985: compinstall enhancementsPeter Stephenson2000-04-271-18/+74
|
* new _history completer (10979)Sven Wischnowsky2000-04-272-2/+38
|
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky2000-04-271-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)
* better default value for list-prompt style (10923)Sven Wischnowsky2000-04-261-1/+1
|
* file-sort made $fignore fail (10922)Sven Wischnowsky2000-04-261-13/+13
|
* re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky2000-04-251-2/+2
| | | | consistent (10916)
* small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky2000-04-252-3/+8
|
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky2000-04-251-3/+9
| | | | use them to be able to expand $foo (10909)
* make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky2000-04-251-1/+1
| | | | _argument_sets to complete different sets of arguments and options for the same command (10908)
* default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky2000-04-201-7/+37
| | | | _expand uses add-space style (10854)
* Add completion for file descriptorsOliver Kiddle2000-04-202-2/+25
|
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky2000-04-191-2/+3
| | | | variable-width strings (10816)
* fix completion after ~<num> (10812)Sven Wischnowsky2000-04-181-1/+8
|
* handle list-prompt in compinstallPeter Stephenson2000-04-181-3/+23
|
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2000-04-181-0/+10
| | | | new used parameters, use local keymap when waiting at list-prompt (10801)
* make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky2000-04-173-5/+4
|
* allow brace expansion on patterns for file-patterns and tag-order (10695)Sven Wischnowsky2000-04-122-7/+11
|