| Commit message (Expand) | Author | Age | Files | Lines |
* | don't use $match for something different than (#b)ackrefs (11464) | Sven Wischnowsky | 2000-05-19 | 4 | -204/+262 |
* | allow _main_complete to call an arbitrary command given as arguments (11459) | Sven Wischnowsky | 2000-05-18 | 1 | -4/+20 |
* | 11455: Completion/Core/_oldlist: old-menu defaults on | Peter Stephenson | 2000-05-18 | 1 | -1/+1 |
* | make _files remove backslashes in patterns (11453) | Sven Wischnowsky | 2000-05-18 | 1 | -1/+1 |
* | fix completion after tilde and equal sign inside quotes (11429) | Sven Wischnowsky | 2000-05-17 | 1 | -5/+7 |
* | fixed configuration of menu-selection with menu style; pseudo-context `-comma... | Sven Wischnowsky | 2000-05-16 | 2 | -33/+93 |
* | avoid tilde- and parameter-completion in quotes (11407) | Sven Wischnowsky | 2000-05-16 | 1 | -2/+2 |
* | fix scrolling in menu-selection with matches spanning multiple lines | Sven Wischnowsky | 2000-05-16 | 1 | -2/+10 |
* | 11392: Completion/Core/_description: ignore-line fix. | Tanaka Akira | 2000-05-15 | 1 | -2/+2 |
* | add _in_vared for completion inside vared; make insert-tab default to `false'... | Sven Wischnowsky | 2000-05-15 | 3 | -23/+15 |
* | 11375: compinstall: menu style select=long and select=long-list | Peter Stephenson | 2000-05-15 | 1 | -27/+50 |
* | followup for 11364 (11367) | Sven Wischnowsky | 2000-05-15 | 1 | -1/+1 |
* | fix for suffix-matching; better in-path completion in _path_files (11364) | Sven Wischnowsky | 2000-05-15 | 1 | -9/+25 |
* | fix for completing options with `_arguments -s'; fix for _message to use `bui... | Sven Wischnowsky | 2000-05-12 | 1 | -1/+1 |
* | Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr) | Oliver Kiddle | 2000-05-11 | 1 | -2/+0 |
* | _call should pass on the return code from the called command (11327) | Oliver Kiddle | 2000-05-11 | 1 | -0/+2 |
* | _files used alternative tag-order values even if not needed (11321) | Sven Wischnowsky | 2000-05-11 | 1 | -0/+1 |
* | make ^G in menu-selection restore the old command line; add select=long* valu... | Sven Wischnowsky | 2000-05-11 | 1 | -5/+15 |
* | 11287: Naoki Wakamatsu: compinstall spaces to be tab | Peter Stephenson | 2000-05-10 | 1 | -1/+1 |
* | update `%p' replacement in _files (11292) | Sven Wischnowsky | 2000-05-10 | 1 | -1/+1 |
* | 11288: Reopen stdin on /dev/null to avoid confusing programs that don't | Bart Schaefer | 2000-05-10 | 1 | -0/+1 |
* | give control over insertion of tab when no non-blank character before cursor;... | Sven Wischnowsky | 2000-05-09 | 1 | -0/+6 |
* | 11194, 11200, 11214 | Peter Stephenson | 2000-05-08 | 1 | -28/+65 |
* | make _expand call _complete when called from _expand_word; add ignore-line st... | Sven Wischnowsky | 2000-05-08 | 2 | -3/+11 |
* | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 2000-05-08 | 7 | -42/+112 |
* | make _message independent of when it is called (11188) | Sven Wischnowsky | 2000-05-05 | 2 | -5/+5 |
* | 11157: Completion/Core/_requested: fail if _all_labels is failed. | Tanaka Akira | 2000-05-04 | 1 | -1/+1 |
* | don't list when all matches look the same; force-list style to give users con... | Sven Wischnowsky | 2000-05-04 | 1 | -0/+7 |
* | remove backslashes before `$' in _expand when `substitute' is unset; fix for ... | Sven Wischnowsky | 2000-05-03 | 1 | -5/+8 |
* | 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminate | Bart Schaefer | 2000-05-02 | 1 | -1/+1 |
* | add -x option to compadd to display message unconditionally | Sven Wischnowsky | 2000-05-02 | 1 | -11/+15 |
* | completion cleanup, mostly _wanted and $expl (11049) | Sven Wischnowsky | 2000-05-02 | 1 | -4/+2 |
* | make completion-in-vared complete parameter values as default; cleanup for _p... | Sven Wischnowsky | 2000-05-02 | 2 | -35/+56 |
* | completion doc fixes and cleanup; _sort_tags updated (11047) | Sven Wischnowsky | 2000-05-02 | 1 | -19/+10 |
* | don't fail on nonexistent ~/.nedit file. | Bart Schaefer | 2000-05-01 | 1 | -3/+4 |
* | 11013: more compinstall fixes | Peter Stephenson | 2000-04-28 | 1 | -1/+4 |
* | 10999: compinstall fixes | Peter Stephenson | 2000-04-28 | 1 | -2/+12 |
* | 10985: compinstall enhancements | Peter Stephenson | 2000-04-27 | 1 | -18/+74 |
* | new _history completer (10979) | Sven Wischnowsky | 2000-04-27 | 2 | -2/+38 |
* | renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL... | Sven Wischnowsky | 2000-04-27 | 1 | -12/+14 |
* | better default value for list-prompt style (10923) | Sven Wischnowsky | 2000-04-26 | 1 | -1/+1 |
* | file-sort made $fignore fail (10922) | Sven Wischnowsky | 2000-04-26 | 1 | -13/+13 |
* | re-calculate number of line with mark when needed; make default prompts more ... | Sven Wischnowsky | 2000-04-25 | 1 | -2/+2 |
* | small fix for _requested to be able to use _all_labels from within it (10910) | Sven Wischnowsky | 2000-04-25 | 2 | -3/+8 |
* | report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ... | Sven Wischnowsky | 2000-04-25 | 1 | -3/+9 |
* | make _arguments use more than one action when appropriate; add _argument_sets... | Sven Wischnowsky | 2000-04-25 | 1 | -1/+1 |
* | default values for styles in _expand_word, listing expansions with ^Xd, _expa... | Sven Wischnowsky | 2000-04-20 | 1 | -7/+37 |
* | Add completion for file descriptors | Oliver Kiddle | 2000-04-20 | 2 | -2/+25 |
* | default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var... | Sven Wischnowsky | 2000-04-19 | 1 | -2/+3 |
* | fix completion after ~<num> (10812) | Sven Wischnowsky | 2000-04-18 | 1 | -1/+8 |